Skip to content

Commit 7b93605

Browse files
committed
fix on schedule
1 parent 218d3f8 commit 7b93605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Build Wheels for Python SDK
33
on:
44
push:
55
branches:
6-
- sdk-core/*
6+
# Only build wheels for the RC branches
7+
- "sdk-core/*"
78
workflow_dispatch:
89

910
jobs:
1011
build_wheels:
11-
if: github.event_name == 'workflow_dispatch' && startsWith(github.ref, 'refs/heads/sdk-core/')
1212
name: Build wheels for Python SDK on ${{ matrix.os }}
1313
runs-on: ${{ matrix.os }}
1414
strategy:

0 commit comments

Comments
 (0)