Update CircleCI config

This commit is contained in:
Eugene Burmakin 2025-02-02 21:59:24 +01:00
parent a616c1568e
commit 193f251e39

View file

@ -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