Update build to include PR's in workflows - #33
Conversation
|
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. |
Co-authored-by: Kuba_Z2 <77853483+KubaZ2@users.noreply.github.com>
|
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. |
Co-authored-by: Kuba_Z2 <77853483+KubaZ2@users.noreply.github.com>
You are right, sorry, what do you think about adding |
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 |
|
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