Run 'build_all' job for v0.y tags
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
2afee518b5
commit
4175aefe5b
|
@ -139,7 +139,7 @@ workflows:
|
||||||
branches:
|
branches:
|
||||||
only: /^(main|release-.*|.*build-all.*)$/
|
only: /^(main|release-.*|.*build-all.*)$/
|
||||||
tags:
|
tags:
|
||||||
only: /^v2(\.[0-9]+){2}(-.+|[^-.]*)$/
|
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
|
||||||
- mixin:
|
- mixin:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in New Issue