File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11name : Push translations to Transifex
22
33on :
4- pull_request :
5- types : [closed]
4+ push :
5+ branches :
6+ - ' [0-9].*'
67 paths :
78 - ' **/Translations/en_US/*.ini'
9+ workflow_dispatch :
810
911permissions :
1012 contents : read
1113
1214jobs :
1315 push-to-transifex :
16+ if : github.repository == 'mautic/mautic'
1417 name : Push translations to Transifex
1518 runs-on : ubuntu-latest
16- if : github.event.pull_request.merged == true
1719
1820 steps :
1921 - uses : actions/checkout@v4
2931
3032 - name : Push translations to Transifex
3133 env :
32- MAUTIC_CONFIG_PARAMETERS : ' {"transifex_api_token": "${{ secrets.TRANSIFEX_API_TOKEN }}" } '
34+ MAUTIC_CONFIG_PARAMETERS : ' {"transifex_api_token": "${{ secrets.TRANSIFEX_API_TOKEN }}"} '
3335 run : |
3436 echo "MAUTIC_CONFIG_PARAMETERS=${MAUTIC_CONFIG_PARAMETERS}" >> $GITHUB_ENV
3537 php bin/console mautic:transifex:push
You can’t perform that action at this time.
0 commit comments