Skip to content

Commit

Permalink
⏪️(ci) publish npm and pypi package on merge on development branch
Browse files Browse the repository at this point in the history
This reverts commit d1cd3bf.
  • Loading branch information
jbpenrath committed Oct 16, 2024
1 parent b84ed73 commit cf5f65e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1061,9 +1061,7 @@ workflows:
- package-back
filters:
branches:
# Temporary publish version on development merge, should be rollback
# to master once new sale tunnel will be production ready.
only: development
only: master
tags:
only: /^v.*/

Expand All @@ -1078,9 +1076,7 @@ workflows:
- test-front-package
filters:
branches:
# Temporary publish version on development merge, should be rollback
# to master once new sale tunnel will be production ready.
only: development
only: master
tags:
only: /^v.*/

Expand Down

0 comments on commit cf5f65e

Please sign in to comment.