Skip to content

Commit

Permalink
Merge pull request #1649 from minrk/pre-commit-pr
Browse files Browse the repository at this point in the history
don't run push tests on pre-commit PRs
  • Loading branch information
minrk authored Jan 11, 2022
2 parents cd2fa75 + 58a2743 commit ab72e55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Test

on:
push:
branches-ignore:
- "dependabot/**"
- "pre-commit-ci-update-config"
pull_request:

env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Release

on:
push:
branches-ignore:
- "dependabot/**"
- "pre-commit-ci-update-config"
pull_request:
paths:
- setup.py
Expand Down

0 comments on commit ab72e55

Please sign in to comment.