mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-19 12:19:37 +08:00
39 lines
925 B
YAML
39 lines
925 B
YAML
name: conan-package
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- 'plugins/**'
|
|
- 'cura/**'
|
|
- 'resources/bundled_packages/**'
|
|
- 'resources/i18n/**'
|
|
- 'resources/qml/**'
|
|
- 'resources/setting_visibility/**'
|
|
- 'resources/shaders/**'
|
|
- 'resources/texts/**'
|
|
- 'resources/themes/**'
|
|
- 'resources/public_key.pem'
|
|
- 'resources/README_resources.txt'
|
|
- 'icons/**'
|
|
- 'tests/**'
|
|
- 'packaging/**'
|
|
- '.github/workflows/conan-package.yml'
|
|
- '.github/workflows/notify.yml'
|
|
- '.github/workflows/requirements-runner.txt'
|
|
- 'requirements*.txt'
|
|
- 'conanfile.py'
|
|
- 'conandata.yml'
|
|
- '*.jinja'
|
|
branches:
|
|
- 'main'
|
|
- 'CURA-*'
|
|
- 'PP-*'
|
|
- 'NP-*'
|
|
- '[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
|