Skip to content

Commit 437228f

Browse files
authored
run pre-commit format check on push to main
1 parent 3b3f368 commit 437228f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-format.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ name: Format
66
on:
77
workflow_dispatch:
88
pull_request:
9+
push:
10+
branches:
11+
- main
912

1013
jobs:
1114
pre-commit:

0 commit comments

Comments
 (0)