Azure DevOps CI pipeline for master being triggered by changes in branch and vice versa
问题 I have a CI build trigger setup for a repo as follows: trigger: - master I have a branch of the same repo that I would like to have it's own pipeline. In the pipeline.yml for the branch I have: trigger: - ops-workshop/ms-lab01 However, if I commit changes to my branch, builds are triggered for both the master and branch pipelines. Committing to master also triggers the pipeline for the branch (which it shouldn't). I have tried using the branches node to exclude master but it doesn't seem to