Cura/.github/workflows/update-translation.yml
2025-06-15 15:58:20 +02:00

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 }}