Skip to content

Commit

Permalink
Don't run CI when only markdown files change
Browse files Browse the repository at this point in the history
It previously didn't match the top-level `README.md`
  • Loading branch information
fpotier authored Jun 26, 2024
1 parent ec82837 commit a2ee99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compose_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
branches:
- main
paths-ignore:
- '**/*.md'
- '**.md'
jobs:
yaml-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a2ee99e

Please sign in to comment.