Skip to content

Commit fe2e7d3

Browse files
committed
Prevent testsuite runs on documentation changes only.
1 parent 5b816ac commit fe2e7d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
- 'README*'
99
- 'LICENSE'
1010
- '.gitignore'
11+
- 'site/**'
1112
pull_request:
1213
paths-ignore:
1314
- 'docs/**'
1415
- '*.md'
1516
- 'README*'
1617
- 'LICENSE'
1718
- '.gitignore'
19+
- 'site/**'
1820

1921
jobs:
2022
test:

0 commit comments

Comments
 (0)