Support azure pipelines for 202106 branch (#8118)
Support azure pipelines for 202106 branch
This commit is contained in:
parent
956d29b958
commit
543c0b24f8
@ -9,6 +9,7 @@ schedules:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- 202106
|
||||
- 202012
|
||||
always: true
|
||||
- cron: "0 4 * * *"
|
||||
|
@ -7,6 +7,7 @@ trigger:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- 202106
|
||||
- 202012
|
||||
paths:
|
||||
exclude:
|
||||
@ -16,6 +17,7 @@ pr:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- 202106
|
||||
- 202012
|
||||
paths:
|
||||
exclude:
|
||||
|
Loading…
Reference in New Issue
Block a user