From c9c416d1ead47f2cc04839b3bdc8cce14591aaca Mon Sep 17 00:00:00 2001 From: pida123 Date: Thu, 3 Aug 2023 16:08:35 +0200 Subject: [PATCH] fix cicd filters --- .circleci/config.yml | 12 ------------ 1 file changed, 12 deletions(-) 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: /.*/