Skip to content

Commit 6f75477

Browse files
committed
Avoid running CI for changes to the docs.
1 parent 4db7d29 commit 6f75477

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ContinuousIntegration.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,18 @@ name: ContinuousIntegration
66
on:
77
push:
88
branches: [ master ]
9+
paths-ignore:
10+
- 'docs/**'
11+
- 'README.md'
12+
- 'CONTRIBUTING.md'
13+
- 'WEBSITE.md'
914
pull_request:
1015
branches: [ master ]
16+
paths-ignore:
17+
- 'docs/**'
18+
- 'README.md'
19+
- 'CONTRIBUTING.md'
20+
- 'WEBSITE.md'
1121

1222
jobs:
1323
ContinuousIntegration:

0 commit comments

Comments
 (0)