Skip to content

Commit

Permalink
chore: publish on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbutongit committed Jan 19, 2024
1 parent 1889a2d commit b35fe37
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ workflows:
- publish:
name: publish-worker
app: worker
# filters:
# tags:
# only: /v[0-9]+(\.[0-9]+)*/
# branches:
# only:
# - deploy-test
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*/
branches:
only:
- deploy-test
context:
- VPN
- AWS
Expand All @@ -233,9 +233,9 @@ workflows:
- AWS
requires:
- publish-worker
# filters:
# tags:
# only: /v[0-9]+(\.[0-9]+)*/
# branches:
# only:
# - deploy-test
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*/
branches:
only:
- deploy-test

0 comments on commit b35fe37

Please sign in to comment.