mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06: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
1 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue