Only build wheels on workflow dispatch

This commit is contained in:
Andrei Betlen 2023-04-08 03:11:25 -04:00
parent ae3e9c3d6f
commit edaaa1bd63

View file

@ -1,9 +1,9 @@
name: Build
on:
push:
branches:
- main
on: workflow_dispatch
# push:
# branches:
# - main
jobs:
build_wheels: