From d812be5f78823687eedf4ff1cb52a70f0fa63cca Mon Sep 17 00:00:00 2001 From: Jordi Pique Date: Tue, 15 Aug 2023 21:14:29 +0100 Subject: [PATCH] Fix the filter expr to execute job on new tag --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c648e7e..3cbb32d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,6 +39,6 @@ workflows: context: conntest-dockerhub-release filters: tags: - only: /.*/ + only: /^[0-9]+\.[0-9]+\.[0-9]+.*/ branches: ignore: /.*/