diff options
author | mattip <matti.picus@gmail.com> | 2022-01-25 09:43:32 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2022-01-25 09:43:32 +0200 |
commit | aa519855ccffa3b1f5d611e5135d9d28aff22641 (patch) | |
tree | 70278c1a8e15aed9d56073ad085f8e0413a6cc1d | |
parent | 4e8413f25ca52d1c84d6b30647710ed20bbc685f (diff) | |
download | numpy-aa519855ccffa3b1f5d611e5135d9d28aff22641.tar.gz |
run step on tag merge
-rw-r--r-- | .github/workflows/wheels.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 641a0b6a8..ce52e7190 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -42,7 +42,8 @@ jobs: if: >- contains(needs.get_commit_message.outputs.message, '[wheel build]') || github.event_name == 'schedule' || - github.event_name == 'workflow_dispatch' + github.event_name == 'workflow_dispatch' || + (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) runs-on: ${{ matrix.buildplat[0] }} strategy: # Ensure that a wheel builder finishes even if another fails |