From 10ef7ecc33189c6fcc9615537fc13da1b21a0ed7 Mon Sep 17 00:00:00 2001 From: John Kotz Date: Tue, 20 Apr 2021 18:13:12 -0500 Subject: [PATCH] loosen filters for tags ci --- .circleci/config.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 662f824..1e21845 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,10 +92,20 @@ workflows: main: jobs: - - build + - build: + filters: + branches: + only: /.*/ + tags: + ignore: /.*/ - test: requires: - build + filters: + branches: + only: /.*/ + tags: + only: /.*/ - release_snapshot: requires: - test @@ -114,4 +124,4 @@ workflows: branches: ignore: /.*/ tags: - only: /^\d+\.\d+\.\d+$/ + only: /.*/