Github action does not trigger when merge pull request on a different branch than ‘main’
I currently have 2 workflows to build my back and my front on my project linked to my main
branch.
This workflow works perfectly.
How to know/to enforce if a project was added to a Pull request (Github actions)
I want to make sure that a PR can only be merged if a project is associated with that PR.
How to know if a project was added to a Pull request (Github actions)
I want to make sure that a PR can only be merged if a project is associated with that PR.