diff --git a/.circleci/config.yml b/.circleci/config.yml index fceafe6d..36392f46 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,8 +62,6 @@ workflows: filters: tags: only: /^v.*/ - branches: - ignore: /.*/ - deploy-docker-image: env: stg requires: @@ -73,8 +71,6 @@ workflows: filters: tags: only: /^v.*/ - branches: - ignore: /.*/ build-and-register-ppd: when: @@ -86,8 +82,6 @@ workflows: filters: tags: only: /^v.*/ - branches: - ignore: /.*/ - deploy-docker-image: env: ppd requires: @@ -97,8 +91,6 @@ workflows: filters: tags: only: /^v.*/ - branches: - ignore: /.*/ build-and-register-prd: when: @@ -110,8 +102,6 @@ workflows: filters: tags: only: /^v.*/ - branches: - only: main - deploy-docker-image: env: prd requires: @@ -121,6 +111,4 @@ workflows: filters: tags: only: /^v.*/ - branches: - ignore: /.*/