Skip to content

Commit

Permalink
Run 'build_all' job for v0.y tags
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
  • Loading branch information
simonpasquier committed Dec 16, 2022
1 parent 2afee51 commit 4175aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -139,7 +139,7 @@ workflows:
branches:
only: /^(main|release-.*|.*build-all.*)$/
tags:
only: /^v2(\.[0-9]+){2}(-.+|[^-.]*)$/
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
- mixin:
filters:
tags:
Expand Down

0 comments on commit 4175aef

Please sign in to comment.