From b35fe37a2ff0ee0fce2ac6e4913c3fd20f5fa3a6 Mon Sep 17 00:00:00 2001 From: jen Date: Fri, 19 Jan 2024 15:53:30 +0000 Subject: [PATCH] chore: publish on tag --- .circleci/config.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f6bfcef..b111edb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -233,9 +233,9 @@ workflows: - AWS requires: - publish-worker -# filters: -# tags: -# only: /v[0-9]+(\.[0-9]+)*/ -# branches: -# only: -# - deploy-test \ No newline at end of file + filters: + tags: + only: /v[0-9]+(\.[0-9]+)*/ + branches: + only: + - deploy-test \ No newline at end of file