mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-25 07:04:25 +08:00
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:
parent
e226dc5030
commit
b1af3b6703
3
.github/workflows/conan-package.yml
vendored
3
.github/workflows/conan-package.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user