Skip to content

Merge pull request #54 from Ultimaker/CURA-12739_5.11-Changelog-and-W… #325

Merge pull request #54 from Ultimaker/CURA-12739_5.11-Changelog-and-W…

Merge pull request #54 from Ultimaker/CURA-12739_5.11-Changelog-and-W… #325

Workflow file for this run

name: conan-package
on:
push:
paths:
- 'cura/**'
- 'uranium/**'
- 'windows/**'
- '.github/workflows/conan-package.yml'
- 'conanfile.py'
- 'conandata.yml'
branches:
- main
- master
- 'CURA-*'
- 'PP-*'
- 'NP-*'
- '[0-9].[0-9]*'
- '[0-9].[0-9][0-9]*'
tags:
- '[0-9]+.[0-9]+.[0-9]*'
- '[0-9]+.[0-9]+.[0-9]'
jobs:
conan-package:
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@main
with:
platform_mac: false
install_system_dependencies: false
secrets: inherit