Symptoms
Pull requests don't trigger builds.
Cause
The trigger is not set up for pull requests.
Solutions
- Open your pipeline
- Select Triggers
- Edit your Trigger
- Ensure the
Any Pull request event
andPull request synchronized
are set - Ensure that your permissions to the repository haven't changed
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.
See also: Clone target instead of source branch on pull request