Skip to content

Commit 2a09d16

Browse files
committed
check if its manual and its a release branch
1 parent 976c276 commit 2a09d16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
build_wheels:
13+
if: github.event_name == 'workflow_dispatch' && startsWith(github.ref, 'refs/heads/sdk-core/')
1314
name: Build wheels for Python SDK on ${{ matrix.os }}
1415
runs-on: ${{ matrix.os }}
1516
strategy:

0 commit comments

Comments
 (0)