Skip to content

Commit 9271e47

Browse files
Copilotjpayne3506
authored andcommitted
ci: Future proof GitHub merge queue branch trigger for release/* branches (Azure#3807)
* Initial plan * feat: update pipeline triggers to be specific to release/v* branches Co-authored-by: jpayne3506 <[email protected]> * chore: revert NPM pipeline changes to limit scope to main pipeline only Co-authored-by: jpayne3506 <[email protected]> * feat: update release triggers to use broader pattern release/* instead of release/v* Co-authored-by: jpayne3506 <[email protected]> * fix: correct GitHub merge queue trigger pattern for release branches Co-authored-by: jpayne3506 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jpayne3506 <[email protected]>
1 parent 0ab22cc commit 9271e47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pipelines/pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ trigger:
1515
branches:
1616
include:
1717
- gh-readonly-queue/master/*
18+
- gh-readonly-queue/release/*
1819
tags:
1920
include:
2021
- "*"

0 commit comments

Comments
 (0)