diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 004ee239..34128d75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: >- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ddd10b1f..f6b2a06a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: >-