From f6e5f81ab1462251248e586db96a9a8f4a8468f3 Mon Sep 17 00:00:00 2001 From: mahboobeh Date: Tue, 2 Jun 2020 13:47:33 +0800 Subject: [PATCH] add production tag to release_production --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 82f706e66b..b0995680ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -167,6 +167,8 @@ workflows: filters: branches: ignore: /.*/ + tags: + only: /^production.*/ - release_aws_production: filters: branches: