diff --git a/.github/workflows/build-wheel.yml b/.github/workflows/build-wheel.yml index c66a7efd..4d0e45fb 100644 --- a/.github/workflows/build-wheel.yml +++ b/.github/workflows/build-wheel.yml @@ -23,7 +23,7 @@ concurrency: # missing release tag workflow/needs to be added in env: INTERNAL: ${{ github.event_name != 'schedule' }} - RELEASE: ${{ github.ref == 'refs/heads/release/[0-9]+.[0-9]+ && (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 }}