diff --git a/tools/devops/automation/build-pipeline.yml b/tools/devops/automation/build-pipeline.yml index 8d6144a93a56..97824c8abe3b 100644 --- a/tools/devops/automation/build-pipeline.yml +++ b/tools/devops/automation/build-pipeline.yml @@ -74,6 +74,7 @@ trigger: - refs/heads/locfiles/* - refs/heads/copilot/* - refs/heads/dependabot/* + - refs/heads/merge/* paths: exclude: diff --git a/tools/devops/automation/build-pull-request.yml b/tools/devops/automation/build-pull-request.yml index 4250b5c5f5ac..66cb04b28378 100644 --- a/tools/devops/automation/build-pull-request.yml +++ b/tools/devops/automation/build-pull-request.yml @@ -60,6 +60,7 @@ trigger: - refs/heads/locfiles/* - refs/heads/copilot/* - refs/heads/dependabot/* + - refs/heads/merge/* pr: autoCancel: true