Skip to content

Commit

Permalink
Fix pre commit workflow not running on master (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower committed Nov 28, 2023
2 parents 7d690b0 + 49e8420 commit 035cf0f
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 035cf0f

Please sign in to comment.