From 6fdd1c9524ac6073a0ccd97cc04cae93a18f0340 Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 28 Oct 2024 19:37:35 +0100 Subject: [PATCH] restore ci conditions --- .github/workflows/release.yml | 13 ++++++------- .github/workflows/test.yml | 9 ++++----- 2 files changed, 10 insertions(+), 12 deletions(-) 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: >-