Skip to content

Commit 58a2743

Browse files
committed
don't run push tests on pre-commit PRs
1 parent 69ce514 commit 58a2743

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Test
22

33
on:
44
push:
5+
branches-ignore:
6+
- "dependabot/**"
7+
- "pre-commit-ci-update-config"
58
pull_request:
69

710
env:

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Release
22

33
on:
44
push:
5+
branches-ignore:
6+
- "dependabot/**"
7+
- "pre-commit-ci-update-config"
58
pull_request:
69
paths:
710
- setup.py

0 commit comments

Comments
 (0)