update-translation.yml 349 B

123456789101112131415
  1. name: Update translations
  2. on:
  3. workflow_dispatch:
  4. inputs:
  5. branch:
  6. description: 'Specific branch to update translations on'
  7. required: false
  8. type: string
  9. jobs:
  10. update-translations:
  11. uses: ultimaker/cura-workflows/.github/workflows/update-translations.yml@main
  12. with:
  13. branch: ${{ inputs.branch }}