From 193f251e3972528b36a85299164fc8e6d351e9ec Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sun, 2 Feb 2025 21:59:24 +0100 Subject: [PATCH] Update CircleCI config --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 36692f3c..1a5cd713 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -112,10 +112,11 @@ workflows: - test - build-and-push: requires: - - test # Ensures build happens only if tests pass + - test filters: branches: only: - master tags: - only: /^v.*/ # Run only on version tags + only: + - /^\d+\.\d+\.\d+$/ # Matches tags like 0.23.6