Skip to content

Commit 03e9242

Browse files
committed
don't re-run tests on docs PRs
1 parent 593018b commit 03e9242

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ on:
55
branches-ignore:
66
- "dependabot/**"
77
- "pre-commit-ci-update-config"
8+
paths-ignore:
9+
- "docs/**"
810
pull_request:
11+
paths-ignore:
12+
- "docs/**"
913

1014
env:
1115
FORCE_COLOR: "1"

0 commit comments

Comments
 (0)