Skip to content

Commit

Permalink
Fix pre commit workflow not running on master
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower authored Nov 28, 2023
1 parent 7d690b0 commit 49e8420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: pre-commit
on:
pull_request:
push:
branches: [main]
branches: [master]

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down

0 comments on commit 49e8420

Please sign in to comment.