Skip to content

Commit 74ef12d

Browse files
committed
fix 2
1 parent abe9347 commit 74ef12d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: CI Tests
55
on:
66
workflow_dispatch:
77
push:
8-
branches: [main]
8+
branches: [main, precommit]
99
pull_request:
1010
branches: [main]
1111
jobs:

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
# enough permission for reviewdog
66
pull_request_target:
77
push:
8-
# branches: [main, precommit]
98

109
jobs:
1110
pre-commit-push:

0 commit comments

Comments
 (0)