We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e944bd commit cd9b562Copy full SHA for cd9b562
.github/workflows/wheels.yml
@@ -1,17 +1,17 @@
1
name: Build Wheels for Python SDK
2
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
11
12
+on:
+ push:
+ branches:
+ - main
+ # Release branches
+ - "sdk-core/*"
+ pull_request:
13
# Allow manual triggering of the workflow
14
- # workflow_dispatch:
+ workflow_dispatch:
15
16
jobs:
17
build_wheels:
0 commit comments