Skip to content

Commit 3b7edbb

Browse files
author
Greg Roth
committed
Add staging branches to azure pipeline testing
The name matches for azure pipelines to run excluded staging branches. This adds them in. Not sure this is desired, but it's here if we want it.
1 parent 9ec8bcc commit 3b7edbb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
trigger:
22
- main
33
- release*
4+
- staging*
45

56
pr:
67
- main
78
- release*
9+
- staging*
810

911
resources:
1012
- repo: self

0 commit comments

Comments
 (0)