Update workflow to be on par with other repo's

Contribute to CURA-10831
This commit is contained in:
Jelle Spijker 2023-11-27 16:23:13 +01:00
parent 9693ec2e0e
commit e1110dd412
No known key found for this signature in database
GPG Key ID: 034D1C0527888B65

View File

@ -11,21 +11,21 @@ on:
- 'packaging/**' - 'packaging/**'
- '.github/workflows/conan-*.yml' - '.github/workflows/conan-*.yml'
- '.github/workflows/notify.yml' - '.github/workflows/notify.yml'
- '.github/workflows/requirements-conan-package.txt' - '.github/workflows/requirements-runner.txt'
- 'requirements*.txt' - 'requirements*.txt'
- 'conanfile.py' - 'conanfile.py'
- 'conandata.yml' - 'conandata.yml'
- 'GitVersion.yml'
- '*.jinja' - '*.jinja'
branches: branches:
- main - 'main'
- 'CURA-*' - 'CURA-*'
- '[1-9].[0-9]' - 'PP-*'
- '[1-9].[0-9][0-9]' - '[0-9].[0-9]'
- '[0-9].[0-9][0-9]'
tags: tags:
- '[1-9].[0-9].[0-9]*' - '[0-9].[0-9].[0-9]*'
- '[1-9].[0-9].[0-9]' - '[0-9].[0-9].[0-9]'
- '[1-9].[0-9][0-9].[0-9]*' - '[0-9].[0-9][0-9].[0-9]*'
env: env:
CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }} CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }}