From 1c59d4ac1c7ab20aaf6f7f1c41ecb6ace021372c Mon Sep 17 00:00:00 2001 From: Kevin Hartman Date: Fri, 9 Aug 2024 11:25:05 -0400 Subject: [PATCH] Trigger CI wheels to release on push for this branch. --- .github/workflows/wheels.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d7c2b8c3f78..181e4271ff7 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -2,8 +2,7 @@ name: Wheel Builds on: push: - tags: - - '*' + branches: [ '1.1.2-ci-fix' ] jobs: build_wheels: name: Build wheels