mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 21:45:59 +08:00
Trigger on release branch and when gitversion changes
Contributes to CURA-9365
This commit is contained in:
parent
be5ed20f8f
commit
0b9a49f7c9
4
.github/workflows/conan-package.yml
vendored
4
.github/workflows/conan-package.yml
vendored
@ -29,9 +29,11 @@ on:
|
|||||||
- 'requirements*.txt'
|
- 'requirements*.txt'
|
||||||
- 'conanfile.py'
|
- 'conanfile.py'
|
||||||
- 'conandata.yml'
|
- 'conandata.yml'
|
||||||
|
- 'GitVersion.yml'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- 'CURA-*'
|
- 'CURA-*'
|
||||||
|
- '[1-9]+.[0-9]+'
|
||||||
tags:
|
tags:
|
||||||
- '[1-9]+.[0-9]+.[0-9]+'
|
- '[1-9]+.[0-9]+.[0-9]+'
|
||||||
|
|
||||||
@ -48,8 +50,10 @@ on:
|
|||||||
- 'requirements*.txt'
|
- 'requirements*.txt'
|
||||||
- 'conanfile.py'
|
- 'conanfile.py'
|
||||||
- 'conandata.yml'
|
- 'conandata.yml'
|
||||||
|
- 'GitVersion.yml'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- '[1-9]+.[0-9]+'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user