Reapply "Reapply "Useless change to trigger build"" #105
This file contains 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/**' | ||
- 'conanfile.py' | ||
- 'CMakeLists.txt' | ||
- '.github/workflows/conan-package.yml' | ||
- '.github/workflows/requirements*' | ||
- 'conandata.yml' | ||
branches: | ||
- main | ||
- 'CURA-*' | ||
- 'PP-*' | ||
- 'NP-*' | ||
- '[0-9].[0-9]*' | ||
- '[0-9].[0-9][0-9]*' | ||
jobs: | ||
# FIXME: Use main once merged | ||
conan-package: | ||
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@CURA-11622_conan_v2 | ||
Check failure on line 25 in .github/workflows/conan-package.yml GitHub Actions / conan-packageInvalid workflow file
|
||
with: | ||
project_name: pyarcus |