Skip to content

Commit

Permalink
Change release approach from specific to main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
phyrwork committed Nov 4, 2022
1 parent 0d47517 commit 806bda1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,12 @@ workflows:
- GITHUB_CREDS
filters:
branches:
ignore: /.*/
tags:
only: /v.*/
only: main
- publish:
requires:
- gh/release
context:
- PYPI_CREDS
filters:
branches:
ignore: /.*/
tags:
only: /v.*/
only: main

0 comments on commit 806bda1

Please sign in to comment.