Skip to content

Commit 8449ac1

Browse files
authored
[skip changelog] Avoid running CI tests if only docs are modified (#843)
1 parent 046d2e0 commit 8449ac1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ on:
44
push:
55
branches:
66
- master
7+
paths-ignore:
8+
- "docs/**"
9+
- ".github/workflows/docs.yaml"
710
pull_request:
11+
paths-ignore:
12+
- "docs/**"
13+
- ".github/workflows/docs.yaml"
814

915
jobs:
1016
test-matrix:
11-
1217
strategy:
1318
matrix:
1419
operating-system: [ubuntu-latest, windows-latest, macOS-latest]

0 commit comments

Comments
 (0)