We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5e509 commit c845fbfCopy full SHA for c845fbf
.azure/pipelines/ci.yml
@@ -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
+# Configure which branches trigger builds
+trigger:
3
+ batch: true
4
+ branches:
5
+ include:
6
+ - release/2.*
7
+ - internal/release/2.*
8
9
# Run PR validation on all branches
10
pr:
0 commit comments