How prevent the PUSH trigger from running when a PR is submitted

To avoid redundancy I’d like for the PULL REQUEST to be the only Trigger that runs when pull request is submitted. Currently the PUSH and PULL REQUEST triggers are running the same workflow when an engineer submits a pull request for approval.
Thank you

Hi @ericmar!

This is happening because the merge of a pull request is equivalent to a push event. You can avoid this build if you want to using skip-ci flags, or tuning your triggers more sensitively, depending on your use case!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.