why is there no way of stopping pipelines on branches

pull/913/head
Richard Guo 1 year ago
parent eb2b19bfaf
commit 5e873a060c

@ -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