Skip to content

Commit 07512fe

Browse files
authored
CI: do not run tests for docs/README-only commits in PRs (#1652)
1 parent 9717362 commit 07512fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
paths-ignore: ['docs/**', '**.md']
1818
pull_request:
1919
branches: [ main ]
20+
paths-ignore: ['docs/**', '**.md']
2021
schedule:
2122
- cron: '0 13 * * 4'
2223

0 commit comments

Comments
 (0)