Improve i18n CI (#10390)

This commit is contained in:
Félix Malfait
2025-02-21 15:42:01 +01:00
committed by GitHub
parent f269f8b905
commit ba51c091f0
2 changed files with 10 additions and 14 deletions

View File

@ -1,4 +1,4 @@
name: 'Extract translations when there is a push to main, and upload them to Crowdin'
name: 'Push translations to Crowdin'
on:
workflow_dispatch:
@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4