File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030
3131 # Only upload on Crowdin for the main branch
3232 - name : Install Crowdin CLI
33- # if: github.ref == 'refs/heads/main'
33+ if : github.ref == 'refs/heads/main'
3434 run : npm i -g @crowdin/cli
3535
3636 - name : Upload translations to Crowdin
3737 run : crowdin upload sources
38- # if: github.ref == 'refs/heads/main'
38+ if : github.ref == 'refs/heads/main'
3939 env :
4040 CROWDIN_PROJECT_ID : ${{ secrets.CROWDIN_PROJECT_ID }}
4141 CROWDIN_PERSONAL_TOKEN : ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
Original file line number Diff line number Diff line change 66 # Execute only on main
77 push :
88 branches :
9- - main
9+ - ' fix-keys '
1010 tags-ignore :
1111 - ' **' # Don't run on new tags
1212 # Allows to run this workflow manually from the Actions tab.
You can’t perform that action at this time.
0 commit comments