Broaden scope of tags that get built

We want to build the beta tags too. Honestly, I think we could just build any tag automatically, but I'll be good and leave it at this.
I also broadened the tags to build for the stable releases to allow zeroes in the major version number, e.g. if we're going to release version 10.1.0.

Contributes to issue CURA-9365.
This commit is contained in:
Ghostkeeper 2022-07-05 10:33:37 +02:00
parent e226dc5030
commit b1af3b6703
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -43,7 +43,8 @@ on:
- 'CURA-*'
- '[1-9]+.[0-9]+'
tags:
- '[1-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+-beta'
jobs:
conan-recipe-version: