Set the transitive_headers on the right requirement #218
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: conan-package | |
on: | |
push: | |
paths: | |
- 'src/**' | |
- 'test_package/**' | |
- 'include/**' | |
- 'cmake/**' | |
- 'conanfile.py' | |
- 'conandata.yml' | |
- 'CMakeLists.txt' | |
- '.github/workflows/conan-package.yml' | |
- '.github/workflows/requirements*' | |
- '.gitattributes' | |
branches: | |
- main | |
- 'CURA-*' | |
- 'PP-*' | |
- '[0-9].[0-9]*' | |
- '[0-9].[0-9][0-9]*' | |
jobs: | |
conan-package: | |
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@main | |
secrets: inherit |