Skip to content

Commit ab72e55

Browse files
authored
Merge pull request #1649 from minrk/pre-commit-pr
don't run push tests on pre-commit PRs
2 parents cd2fa75 + 58a2743 commit ab72e55

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)