trigger workflow when conanfile.py and conandata.yml changes

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-22 09:29:58 +02:00 committed by Jelle Spijker
parent ee87a2e3a4
commit fdbac4cccb

View file

@ -27,6 +27,8 @@ on:
- '.github/workflows/notify.yml'
- '.github/workflows/requirements-conan-package.txt'
- 'requirements*.txt'
- 'conanfile.py'
- 'conandata.yml'
branches:
- main
- 'CURA-*'
@ -44,6 +46,8 @@ on:
- '.github/workflows/notify.yml'
- '.github/workflows/requirements-conan-package.txt'
- 'requirements*.txt'
- 'conanfile.py'
- 'conandata.yml'
branches:
- main