Closed csmir closed 2 months ago
It's not the best idea I think, because on pull request only activates when the pull request is created, it won't trigger for additional pushes to the source branch.
It is not a bad idea I think, it will rerun the build process every time a new push is made to the pull request. It can even be installed that the PR must succeed build before being able to be merged.
It is not a bad idea I think, it will rerun the build process every time a new push is made to the pull request. It can even be installed that the PR must succeed build before being able to be merged.
You are right, sorry, what do you think about adding types: [opened, synchronize]
? That's what is used in https://github.com/NetCordDev/NetCord/blob/alpha/.github/workflows/documentation-preview.yml#L5
You are right, sorry, what do you think about adding
types: [opened, synchronize]
? That's what is used in https://github.com/NetCordDev/NetCord/blob/alpha/.github/workflows/documentation-preview.yml#L5
The only thing you lose out on in this circumstance is when the PR is reopened. All further logic remains the same. I honestly do not think it is necessary
Not really, there are many activity types:
Also I think running on reopened is not needed
My bad, I read this: and thought that was all it was
Well, you are right then, we would only lose reopened there, though I still think reopened is not needed
Thanks!
Testing if this runs build