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: