mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:55:54 +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'
|
||||
- 'conanfile.py'
|
||||
- 'conandata.yml'
|
||||
- 'GitVersion.yml'
|
||||
branches:
|
||||
- main
|
||||
- 'CURA-*'
|
||||
- '[1-9]+.[0-9]+'
|
||||
tags:
|
||||
- '[1-9]+.[0-9]+.[0-9]+'
|
||||
|
||||
@ -48,8 +50,10 @@ on:
|
||||
- 'requirements*.txt'
|
||||
- 'conanfile.py'
|
||||
- 'conandata.yml'
|
||||
- 'GitVersion.yml'
|
||||
branches:
|
||||
- main
|
||||
- '[1-9]+.[0-9]+'
|
||||
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user