[ci]: exclude .github from trigger build (#6661)

Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
lguohan
2021-02-03 10:17:13 -08:00
committed by GitHub
parent aae96647ff
commit 70a6d7618a

View File

@@ -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)