[ci] Add azp trigger for future release branches. (#12508)

This commit is contained in:
Liu Shilong 2022-10-27 17:36:43 +08:00 committed by GitHub
parent 844f83171b
commit 3df031c9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,7 @@ schedules:
branches: branches:
include: include:
- master - master
- 202012 - 202???
always: true always: true
- cron: "0 4 * * *" - cron: "0 4 * * *"
displayName: nightly build for release displayName: nightly build for release

View File

@ -7,7 +7,7 @@ trigger:
branches: branches:
include: include:
- master - master
- 202012 - 202???
paths: paths:
exclude: exclude:
- .github - .github
@ -16,8 +16,7 @@ pr:
branches: branches:
include: include:
- master - master
- 202012 - 202???
- bullseye
paths: paths:
exclude: exclude:
- .github - .github