update-translation.yml 394 B

12345678910111213141516
  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. # FIXME: Use main once merged
  12. uses: ultimaker/cura-workflows/.github/workflows/update-translations.yml@CURA-11622_conan_v2
  13. with:
  14. branch: ${{ inputs.branch }}