Pull request not building
Overview
Pull requests don’t trigger builds.
Details
The trigger is not set up for pull requests.
- Open your pipeline
- Select Triggers
- Edit your Trigger
- Ensure the
Any Pull request event
andPull request synchronized
options are set - Ensure that your permissions to the repository haven’t changed
- If applicable, ensure that
Support pull request events from forks
is toggledON
. Please refer to this documentation page for more details & some limitations on this option: Support for building pull requests from forks - If using branch filters, be aware that for PR events the
BRANCH
field will match against the source branch name, and thePULL REQUEST TARGET BRANCH
field will match against the target branch name.
If you have confirmed all the above and it is still not triggering, please include a link to your pipeline and details of your PR in a ticket to our team.