mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Trigger on release branch and when gitversion changes
Contributes to CURA-9365
This commit is contained in:
parent
be5ed20f8f
commit
0b9a49f7c9
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue