From d9ffa9d630e1dc8b4cd3b14ff0ee2b6e1c95f927 Mon Sep 17 00:00:00 2001 From: waidhoferj Date: Mon, 4 Apr 2022 14:52:37 -0700 Subject: [PATCH] run wheels on release --- .github/workflows/wheels.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 5f0d409..675b79f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -1,10 +1,8 @@ name: Build and Release on: - push: - branches: - - main - pull_request: + release: + types: [published] concurrency: group: ${{ github.workflow }}-${{ github.ref }}