Trigger on release branch and when gitversion changes

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-22 12:28:12 +02:00 committed by Jelle Spijker
parent be5ed20f8f
commit 0b9a49f7c9

View file

@ -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: