Skip to content

Commit

Permalink
prevent manual_release job on non-main branches. partial fix for #108 (
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail authored Mar 9, 2022
1 parent ef6cbc7 commit 6a5fe46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ workflows:
jobs:
- manual_release:
type: approval
filters:
branches:
only: main
- release_and_pypi_publish:
requires:
- manual_release
Expand Down

0 comments on commit 6a5fe46

Please sign in to comment.