diff --git a/.circleci/config.yml b/.circleci/config.yml index 1d85e9e..80f2220 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -216,7 +216,7 @@ workflows: requires: # - test - build_and_test - # - scan + - scan filters: # tags: # only: /^v[0-9]+\.[0-9]+\.[0-9]+$/ # Ensure this job runs only for semantically versioned tags. This regex pattern matches semantic versioning tags (e.g., v1.0.0, v2.1.3).