Only build wheels on workflow dispatch
This commit is contained in:
parent
ae3e9c3d6f
commit
edaaa1bd63
1 changed files with 4 additions and 4 deletions
8
.github/workflows/wheels.yaml
vendored
8
.github/workflows/wheels.yaml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
on: workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
|
||||
jobs:
|
||||
build_wheels:
|
||||
|
|
Loading…
Reference in a new issue