[Bug][Build]: Fix azp trigger branches error (#9668)

The character "?" is not supported in azp template trigger branches, only support *.
This commit is contained in:
xumia 2022-01-04 19:55:30 +08:00 committed by Ubuntu
parent 6fd332791e
commit d7f442942b

View File

@ -11,10 +11,10 @@ schedules:
displayName: Daily Build
branches:
include:
- 20????
- 20*
exclude:
- 200???
- 201???
- 200*
- 201*
- 202006
always: true