From b70d9abe5dea7f7aeeada58a7bb2f4a68130ca68 Mon Sep 17 00:00:00 2001 From: Dipika Sikka Date: Tue, 27 Feb 2024 21:27:10 +0000 Subject: [PATCH] try again --- .github/workflows/build-wheel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-wheel.yml b/.github/workflows/build-wheel.yml index d35f16e8..c66a7efd 100644 --- a/.github/workflows/build-wheel.yml +++ b/.github/workflows/build-wheel.yml @@ -23,8 +23,8 @@ concurrency: # missing release tag workflow/needs to be added in env: INTERNAL: ${{ github.event_name != 'schedule' }} - RELEASE: ${{ github.ref == 'refs/heads/release/* && (github.event.action == 'opened' || github.event.action == 'synchronize')}} - DEV: ${{ github.ref == 'main' && (github.event.action == 'opened' || github.event.action == 'synchronize')}} + RELEASE: ${{ github.ref == 'refs/heads/release/[0-9]+.[0-9]+ && (github.event.action == 'opened' || github.event.action == 'synchronize')}} + DEV: ${{ github.ref == 'main' && (github.event.action == 'opened' || github.event.action == 'synchronize')}} NAME: ${{ github.event.number }} jobs: