From 05d320169af59d21cdc3cc5ba429df997e74fc6e Mon Sep 17 00:00:00 2001 From: Paul K Bourelly Date: Thu, 19 May 2022 15:15:17 -0400 Subject: [PATCH 1/2] Issue-396:Filter conditions are ORed + Added ignore all branches because filter conditions are ORed. --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bf8727df5..86208c59e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -274,8 +274,9 @@ workflows: - arm_build_push filters: tags: - only: ^[\.0-9]*$ + only: /^[\.0-9]*$/ branches: - only: master + ignore: /.*/ + From 6001e0bd54c922e8f28bcbb9467f30915f5e3a5e Mon Sep 17 00:00:00 2001 From: Paul K Bourelly Date: Thu, 19 May 2022 15:27:14 -0400 Subject: [PATCH 2/2] Issue-396: Added filter to all dependent workflows --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 86208c59e..c33deeb10 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -254,10 +254,14 @@ workflows: filters: branches: ignore: develop + tags: + only: /^[\.0-9]*$/ - arm_build_push: filters: branches: ignore: develop + tags: + only: /^[\.0-9]*$/ - arm_build_push_develop : filters: branches: