Skip to content

Commit b5d1347

Browse files
adityapatwardhansdwheeler
authored andcommitted
Fix triggers for CI (#4221)
1 parent 0e1ef2c commit b5d1347

File tree

2 files changed

+24
-48
lines changed

2 files changed

+24
-48
lines changed

ci.yml

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff 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

2216
pr:
2317
branches:
@@ -26,18 +20,12 @@ pr:
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

4230
resources:
4331
- repo: self

daily.yml

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff 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

2216
pr:
2317
branches:
@@ -26,18 +20,12 @@ pr:
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

4230
resources:
4331
- repo: self

0 commit comments

Comments
 (0)