Run workflow on push to develop
parent
be9ea30a39
commit
590fae60ba
|
@ -1,6 +1,10 @@
|
||||||
name: Build Wheels (cibuildwheel)
|
name: Build Wheels (cibuildwheel)
|
||||||
|
|
||||||
on: [workflow_dispatch]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_wheels:
|
build_wheels:
|
||||||
|
|
Loading…
Reference in New Issue