Skip to content

Commit c845fbf

Browse files
wtgodbedougbu
andauthored
Add build triggers to pipeline (#30105)
* Add build triggers to pipeline * Update .azure/pipelines/ci.yml Co-authored-by: Doug Bunting <[email protected]> Co-authored-by: Doug Bunting <[email protected]>
1 parent 8e5e509 commit c845fbf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.azure/pipelines/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# Don't run CI for this config yet. We're not ready to move official builds on to Azure Pipelines
2-
trigger: none
1+
# Configure which branches trigger builds
2+
trigger:
3+
batch: true
4+
branches:
5+
include:
6+
- release/2.*
7+
- internal/release/2.*
38

49
# Run PR validation on all branches
510
pr:

0 commit comments

Comments
 (0)