Skip to content

Commit

Permalink
CI: fix: skip CI if just edited .md files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Nov 18, 2024
1 parent 17499d7 commit 4994ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all-tests-slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
paths-ignore:
- "*.md"
- "**/*.md"

jobs:
run-tests-for-all-combinations:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PR workflow
on:
pull_request:
paths-ignore:
- "*.md"
- "**/*.md"

jobs:
rustfmt-check:
Expand Down

0 comments on commit 4994ecb

Please sign in to comment.