Skip to content

Commit

Permalink
github: run pre-commit on master branch (not main)
Browse files Browse the repository at this point in the history
Fixes: 783983d
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
  • Loading branch information
floppym committed Sep 24, 2024
1 parent cb7420c commit c7553df
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 @@ -3,7 +3,7 @@ name: pre-commit
on:
pull_request:
push:
branches: [main]
branches: [master]

jobs:
pre-commit:
Expand Down

0 comments on commit c7553df

Please sign in to comment.