File tree Expand file tree Collapse file tree 2 files changed +24
-48
lines changed Expand file tree Collapse file tree 2 files changed +24
-48
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,12 @@ trigger:
66 - staging
77 paths :
88 include :
9- - reference/**/*
10- - build.ps1
11- - ci.yml
12- - ci-steps.yml
13- - .openpublishing.build.ps1
14- - .openpublishing.publish.config.json
15- - .openpublishing.redirection.json
16- - tests/**/*
17- - ' **/docfx.json'
18- - ' **/TOC.yml'
19- - ' **/toc.yml'
20- - ' **/*.md'
9+ - ' *'
10+ exclude :
11+ - .github/*
12+ - .vscode/*
13+ - contributing/*
14+ - tools/terms/*
2115
2216pr :
2317 branches :
2620 - live
2721 paths :
2822 include :
29- - reference/**/*
30- - build.ps1
31- - ci.yml
32- - ci-steps.yml
33- - .openpublishing.build.ps1
34- - .openpublishing.publish.config.json
35- - .openpublishing.redirection.json
36- - tests/**/*
37- - ' **/docfx.json'
38- - ' **/TOC.yml'
39- - ' **/toc.yml'
40- - ' **/*.md'
23+ - ' *'
24+ exclude :
25+ - .github/*
26+ - .vscode/*
27+ - contributing/*
28+ - tools/terms/*
4129
4230resources :
4331- repo : self
Original file line number Diff line number Diff line change @@ -6,18 +6,12 @@ trigger:
66 - staging
77 paths :
88 include :
9- - reference/**/*
10- - build.ps1
11- - ci.yml
12- - ci-steps.yml
13- - .openpublishing.build.ps1
14- - .openpublishing.publish.config.json
15- - .openpublishing.redirection.json
16- - tests/**/*
17- - ' **/docfx.json'
18- - ' **/TOC.yml'
19- - ' **/toc.yml'
20- - ' **/*.md'
9+ - ' *'
10+ exclude :
11+ - .github/*
12+ - .vscode/*
13+ - contributing/*
14+ - tools/terms/*
2115
2216pr :
2317 branches :
2620 - live
2721 paths :
2822 include :
29- - reference/**/*
30- - build.ps1
31- - ci.yml
32- - ci-steps.yml
33- - .openpublishing.build.ps1
34- - .openpublishing.publish.config.json
35- - .openpublishing.redirection.json
36- - tests/**/*
37- - ' **/docfx.json'
38- - ' **/TOC.yml'
39- - ' **/toc.yml'
40- - ' **/*.md'
23+ - ' *'
24+ exclude :
25+ - .github/*
26+ - .vscode/*
27+ - contributing/*
28+ - tools/terms/*
4129
4230resources :
4331- repo : self
You can’t perform that action at this time.
0 commit comments