Skip to content

Commit 07383bb

Browse files
committed
[GitHub Actions] Fixed config
1 parent c4399aa commit 07383bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pre-commit.yml

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

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
5+
push:
76
branches: [main]
87

98
jobs:
@@ -12,4 +11,4 @@ jobs:
1211
steps:
1312
- uses: actions/checkout@v3
1413
- uses: actions/setup-python@v5
15-
- uses: pre-commit/action@v3.0.0
14+
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)