Skip to content

Commit abe9347

Browse files
committed
fix
1 parent 79c42cc commit abe9347

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
# We have to use pull_request_target here as pull_request does not grant
55
# enough permission for reviewdog
66
pull_request_target:
7-
push: [precommit]
7+
push:
8+
# branches: [main, precommit]
89

910
jobs:
1011
pre-commit-push:

0 commit comments

Comments
 (0)