Skip to content

Commit

Permalink
chore: Use glob for branch filter
Browse files Browse the repository at this point in the history
  • Loading branch information
torvitas authored and s-diez committed Jan 8, 2024
1 parent 577445d commit b937f9a
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
@@ -1,7 +1,7 @@
name: pre-commit
on:
push:
branches: ["*"]
branches: ["**"]
jobs:
pre-commit:
permissions: read-all
Expand Down

0 comments on commit b937f9a

Please sign in to comment.