Skip to content

Commit a0dea87

Browse files
author
David Yastremsky
committed
Update workflows to run on every PR
1 parent d587e2f commit a0dea87

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ name: pre-commit
2828

2929
on:
3030
pull_request:
31-
push:
32-
branches: [main]
3331

3432
jobs:
3533
pre-commit:
@@ -38,4 +36,3 @@ jobs:
3836
- uses: actions/checkout@v3
3937
- uses: actions/setup-python@v3
4038
- uses: pre-commit/action@v3.0.0
41-

0 commit comments

Comments
 (0)