Skip to content

Use common workflow #192

Use common workflow

Use common workflow #192

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:
# FIXME: Use main once merged
conan-package:
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@CURA-11622_conan_v2
with:
project_name: cura_binary_data
platform_mac: false
secrets: inherit