Skip to content

Commit 1fd0181

Browse files
Wrong action
1 parent 52e91a8 commit 1fd0181

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/extract-translations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/update-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
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.

0 commit comments

Comments
 (0)