Skip to content

Commit 9a30497

Browse files
authored
Don't run workflow on PRs that only change docs (#264)
1 parent f97fc05 commit 9a30497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Test
22
on:
33
pull_request:
4+
paths-ignore: "*.rst"
45
push:
56
paths-ignore: "*.rst"
67
branches: [master, develop]

0 commit comments

Comments
 (0)