File tree Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 2727 with :
2828 debug_build : true
2929
30- upload-translations :
31- if : ${{ github.ref_name == 'master' }}
32- name : Upload translations
33- needs : ci
34- uses : ./.github/workflows/translations-upload.yml
35- secrets :
36- CROWDIN_PROJECT_ID : ${{ secrets.CROWDIN_PROJECT_ID }}
37- CROWDIN_PERSONAL_TOKEN : ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
38-
3930 release :
4031 name : Nightly release
4132 needs : ci
Original file line number Diff line number Diff line change 11name : Translations upload to Crowdin
22
3+ concurrency : upload-crowdin
4+
35on :
46 workflow_dispatch :
5- workflow_call :
6- secrets :
7- CROWDIN_PROJECT_ID :
8- required : true
9- CROWDIN_PERSONAL_TOKEN :
10- required : true
7+ push :
8+ branches :
9+ - master
10+ paths :
11+ - ' locales/en/**'
1112
1213jobs :
1314 betaflight-messages-to-crowdin :
3132 upload_translations : false
3233
3334 download_translations : false
34-
You can’t perform that action at this time.
0 commit comments