Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 6371567

Browse files
committed
update'
1 parent 461991b commit 6371567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
# missing release tag workflow/needs to be added in
2424
env:
2525
INTERNAL: ${{ github.event_name != 'schedule' }}
26-
RELEASE: ${{ github.ref == 'refs/heads/release/[0-9]+.[0-9]+ && (github.event.action == 'opened' || github.event.action == 'synchronize')}}
26+
RELEASE: ${{ github.ref == 'refs/heads/release/* && (github.event.action == 'opened' || github.event.action == 'synchronize')}}
2727
DEV: ${{ github.ref == 'main' && (github.event.action == 'opened' || github.event.action == 'synchronize')}}
2828
NAME: ${{ github.event.number }}
2929

0 commit comments

Comments
 (0)