Skip to content

Commit

Permalink
restore ci conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Oct 28, 2024
1 parent 37bf18a commit 6fdd1c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ name: Release
# always build releases (to make sure wheel-building works)
# but only publish to PyPI on tags
on:
{}
# push:
# branches-ignore:
# - "pre-commit-ci*"
# tags:
# - "*"
# pull_request:
push:
branches-ignore:
- "pre-commit-ci*"
tags:
- "*"
pull_request:

concurrency:
group: >-
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Test

on:
{}
# pull_request:
# push:
# branches-ignore:
# - "pre-commit-ci*"
pull_request:
push:
branches-ignore:
- "pre-commit-ci*"

concurrency:
group: >-
Expand Down

0 comments on commit 6fdd1c9

Please sign in to comment.