Skip to content

Commit b40cd2b

Browse files
committed
Fix branch name
1 parent b4d4411 commit b40cd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: pre-commit
33
on:
44
pull_request:
55
push:
6-
branches: [main]
6+
branches: [master]
77

88
jobs:
99
pre-commit:

0 commit comments

Comments
 (0)