Upload transations automatically only if master (#3127)
parent
85860ac527
commit
ec5453e49b
|
@ -28,6 +28,7 @@ jobs:
|
|||
debug_build: true
|
||||
|
||||
upload-translations:
|
||||
if: ${{ github.ref_name == 'master' }}
|
||||
name: Upload translations
|
||||
needs: ci
|
||||
uses: ./.github/workflows/translations-upload.yml
|
||||
|
|
Loading…
Reference in New Issue