why is there no way of stopping pipelines on branches

This commit is contained in:
Richard Guo 2023-05-10 14:11:13 -04:00
parent eb2b19bfaf
commit 5e873a060c

View File

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