Skip to content

Commit

Permalink
chore: ignore all READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jan 8, 2025
1 parent 86ec31c commit 0462fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
push:
branches:
- master
paths-ignore: [ 'README.md', '.github' ]
paths-ignore: [ '**/README.md', '.github' ]
concurrency:
group: metadata-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 0462fb3

Please sign in to comment.