From 6001e0bd54c922e8f28bcbb9467f30915f5e3a5e Mon Sep 17 00:00:00 2001 From: Paul K Bourelly Date: Thu, 19 May 2022 15:27:14 -0400 Subject: [PATCH] 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: