Skip to content

Commit cd9b562

Browse files
committed
fix rules of when this job wil run
1 parent 4e944bd commit cd9b562

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/wheels.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: Build Wheels for Python SDK
22

3-
on: [push, pull_request, workflow_dispatch] # this is just for testing
4-
# push:
5-
# branches:
6-
# - main
7-
# # Release branches
8-
# - "sdk-core/*"
9-
# pull_request:
10-
# branches:
11-
# - main
12-
# - "sdk-core/*"
3+
on:
4+
push:
5+
branches:
6+
- main
7+
# Release branches
8+
- "sdk-core/*"
9+
pull_request:
10+
branches:
11+
- main
12+
- "sdk-core/*"
1313
# Allow manual triggering of the workflow
14-
# workflow_dispatch:
14+
workflow_dispatch:
1515

1616
jobs:
1717
build_wheels:

0 commit comments

Comments
 (0)