[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:
|
include:
|
||||||
- master
|
- master
|
||||||
- 202012
|
- 202012
|
||||||
|
paths:
|
||||||
|
exclude:
|
||||||
|
- .github
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
- master
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
paths:
|
||||||
|
exclude:
|
||||||
|
- .github
|
||||||
|
|
||||||
name: $(TeamProject)_$(Build.DefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
|
name: $(TeamProject)_$(Build.DefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user