mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-25 17:08:34 -07:00
15 lines
345 B
YAML
15 lines
345 B
YAML
name: Update translations
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
inputs:
|
|
branch:
|
|
description: 'Specific branch to update translations on'
|
|
required: false
|
|
type: string
|
|
|
|
jobs:
|
|
update-translations:
|
|
uses: ultimaker/cura-workflows/.github/workflows/update-translations.yml@main
|
|
with:
|
|
branch: ${{ inputs.branch }}
|