Skip to content

Commit fb8b1f4

Browse files
committed
Update pre-commit.yml
1 parent 109873d commit fb8b1f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
# Components:
1212
# - 🔍 Run pre-commit checks using reusable action
1313

14-
name: "PRE-COMMIT"
14+
name: pre-commit
1515
permissions:
1616
contents: read
1717

1818
on:
1919
push:
2020
pull_request:
21-
branches: [ main, master ]
21+
branches: main
2222

2323
jobs:
2424
pre-commit:

0 commit comments

Comments
 (0)