[ci]: exclude .github from trigger build (#6661)
Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
parent
aae96647ff
commit
70a6d7618a
@ -8,9 +8,17 @@ trigger:
|
||||
include:
|
||||
- master
|
||||
- 202012
|
||||
paths:
|
||||
exclude:
|
||||
- .github
|
||||
|
||||
pr:
|
||||
- master
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
paths:
|
||||
exclude:
|
||||
- .github
|
||||
|
||||
name: $(TeamProject)_$(Build.DefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user