mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-08 00:45:23 +00:00
[ci]: exclude .github from trigger build (#6661)
Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user