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 699b80f commit c925f99Copy full SHA for c925f99
.azure/pipelines/ci.yml
@@ -8,6 +8,7 @@ trigger:
8
branches:
9
include:
10
- master
11
+ - main
12
- release/*
13
- internal/release/*
14
.azure/pipelines/helix-matrix.yml
@@ -7,6 +7,7 @@ schedules:
7
always: true
- cron: "0 9 * * *"
.azure/pipelines/quarantined-pr.yml
@@ -9,6 +9,7 @@ trigger:
- release/5.0
15
# Run PR validation on branches that include Helix tests
@@ -17,6 +18,7 @@ pr:
17
18
19
20
21
22
23
paths:
24
exclude:
@@ -36,6 +38,7 @@ schedules:
36
38
37
39
40
41
42
43
44
variables:
0 commit comments