Skip to content

Commit f721c24

Browse files
committed
ci: Don't run pre-commit/tests twice on push to main
1 parent 8d6beb3 commit f721c24

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
pull_request:
55
branches:
66
- "main*"
7-
push:
8-
branches:
9-
- "main"
107
workflow_call:
118

129
jobs:

.github/workflows/tests.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
pull_request:
55
branches:
66
- "main*"
7-
push:
8-
branches:
9-
- "main"
107
workflow_call:
118

129
jobs:

0 commit comments

Comments
 (0)