diff --git a/.circleci/config.yml b/.circleci/config.yml index d42ee30ccdb7..fabc7d3b8ca5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -489,7 +489,7 @@ workflows: or: - equal: [ master, << pipeline.git.branch >> ] - matches: { pattern: ".*circle-ci.*", value: << pipeline.git.branch >> } - - matches: { pattern: ".*", value: << pipeline.git.tag >> } + - matches: { pattern: ".+", value: << pipeline.git.tag >> } jobs: # Noir - noir-x86_64: *defaults