Skip to content

Commit

Permalink
Do not allow pull requests to modify the VERSION file.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Apr 21, 2024
1 parent 806a201 commit 2138d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_file_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: xalvarez/prevent-file-change-action@v1
with:
githubToken: ${{ steps.app-token.outputs.token }}
pattern: ^VERSION.dev$
pattern: ^VERSION(.dev)?$
allowNewFiles: true
- name: Save Git repository to cache
uses: actions/cache/save@v4
Expand Down

0 comments on commit 2138d1e

Please sign in to comment.