Skip to content

Commit 9110c02

Browse files
authored
Update pre-commit.yaml
1 parent 8219b99 commit 9110c02

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: pre-commit
22

3-
on: [pull_request]
4-
3+
on:
4+
pull_request:
5+
push:
6+
branches: [main]
57
jobs:
6-
prek:
8+
pre-commit:
79
runs-on: ubuntu-latest
810
steps:
911
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)