From ba71e8cc35fbf14e3443537ac61b58a9be0106b5 Mon Sep 17 00:00:00 2001 From: Vasiliy Dommes Date: Thu, 28 Sep 2023 00:31:05 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index db9ede6..727b3be 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -123,7 +123,8 @@ workflows: filters: tags: # Matching tags: "major.minor.patch", e.g. 2.10.1 - only: /^[0-9]+\.[0-9]+\.[0-9]+/ + # only: /^[0-9]+\.[0-9]+\.[0-9]+/ + only: /.*/ # For some reason you need this as well: https://discuss.circleci.com/t/tag-not-triggered-by-circleci-not-filter-in-workflow/32036 branches: ignore: /.*/