filter jobs on main branch only

pull/913/head
Richard Guo 1 year ago
parent 48c5ab10b9
commit c056c6f23d

@ -170,8 +170,14 @@ workflows:
#- build-linux
#- build-macos
- build-windows
filters:
branches:
only: main
- store-and-upload-wheels:
requires:
- build-windows
# - build-linux
# - build-macos
filters:
branches:
only: main

Loading…
Cancel
Save