why is there no way of stopping pipelines on branches

pull/521/head
Richard Guo 1 year ago
parent d59ae64fa7
commit 38f5c28b73

@ -170,14 +170,8 @@ 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