Skip to content

Commit

Permalink
GHA: try another pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Feb 16, 2024
1 parent e4b9f6c commit 21cb372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: xalvarez/prevent-file-change-action@v1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: '\.github/workflows/.*'
pattern: '\.github/workflows/.*\.(yml|yaml)$'
trustedAuthors: saltydk,chazlarson
allowNewFiles: false

Expand Down

0 comments on commit 21cb372

Please sign in to comment.