Skip to content

Commit 9173556

Browse files
committed
CI: fix: skip CI if just edited .md files
1 parent 17499d7 commit 9173556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/all-tests-slow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main
99
paths-ignore:
10-
- "*.md"
10+
- "**/*.md"
1111

1212
jobs:
1313
run-tests-for-all-combinations:

.github/workflows/pr-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: PR workflow
33
on:
44
pull_request:
55
paths-ignore:
6-
- "*.md"
6+
- "**/*.md"
77

88
jobs:
99
rustfmt-check:

0 commit comments

Comments
 (0)