conan-package.yml 970 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. name: conan-package
  2. on:
  3. push:
  4. paths:
  5. - 'plugins/**'
  6. - 'cura/**'
  7. - 'resources/bundled_packages/**'
  8. - 'resources/i18n/**'
  9. - 'resources/qml/**'
  10. - 'resources/setting_visibility/**'
  11. - 'resources/shaders/**'
  12. - 'resources/texts/**'
  13. - 'resources/themes/**'
  14. - 'resources/public_key.pem'
  15. - 'resources/README_resources.txt'
  16. - 'icons/**'
  17. - 'tests/**'
  18. - 'packaging/**'
  19. - '.github/workflows/conan-package.yml'
  20. - '.github/workflows/notify.yml'
  21. - '.github/workflows/requirements-runner.txt'
  22. - 'requirements*.txt'
  23. - 'conanfile.py'
  24. - 'conandata.yml'
  25. - '*.jinja'
  26. branches:
  27. - 'main'
  28. - 'CURA-*'
  29. - 'PP-*'
  30. - 'NP-*'
  31. - '[0-9].[0-9]*'
  32. - '[0-9].[0-9][0-9]*'
  33. jobs:
  34. # FIXME: Use main once merged
  35. conan-package:
  36. uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@CURA-11622_conan_v2
  37. secrets: inherit