Skip to content

Commit 3df031c

Browse files
[ci] Add azp trigger for future release branches. (#12508)
1 parent 844f831 commit 3df031c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.azure-pipelines/official-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ schedules:
99
branches:
1010
include:
1111
- master
12-
- 202012
12+
- 202???
1313
always: true
1414
- cron: "0 4 * * *"
1515
displayName: nightly build for release

azure-pipelines.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trigger:
77
branches:
88
include:
99
- master
10-
- 202012
10+
- 202???
1111
paths:
1212
exclude:
1313
- .github
@@ -16,8 +16,7 @@ pr:
1616
branches:
1717
include:
1818
- master
19-
- 202012
20-
- bullseye
19+
- 202???
2120
paths:
2221
exclude:
2322
- .github

0 commit comments

Comments
 (0)