diff --git a/.circleci/config.yml b/.circleci/config.yml index 194a53a..2cdb182 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -133,6 +133,9 @@ workflows: jobs: - manual_release: type: approval + filters: + branches: + only: main - release_and_pypi_publish: requires: - manual_release