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
|
name: Build
|
||||||
|
|
||||||
on:
|
on: workflow_dispatch
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_wheels:
|
build_wheels:
|
||||||
|
|
Loading…
Reference in a new issue