CI: fix: skip CI if just edited .md files

This commit is contained in:
João Marcos P. Bezerra 2024-11-17 21:14:30 -03:00
parent 17499d7b5d
commit 4994ecbe5f
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
branches: branches:
- main - main
paths-ignore: paths-ignore:
- "*.md" - "**/*.md"
jobs: jobs:
run-tests-for-all-combinations: run-tests-for-all-combinations:

View File

@ -3,7 +3,7 @@ name: PR workflow
on: on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- "*.md" - "**/*.md"
jobs: jobs:
rustfmt-check: rustfmt-check: