Skip to content

Commit 8175b3b

Browse files
authored
fix: allow adding new translations files (#23998)
1 parent 56e4312 commit 8175b3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/weblate-lock.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
github-token: ${{ steps.token.outputs.token }}
3737
filters: |
3838
i18n:
39-
- 'i18n/!(en)**\.json'
40-
exclude-branches: 'chore/translations'
39+
- modified: 'i18n/!(en)**\.json'
4140
skip-force-logic: 'true'
4241

4342
enforce-lock:

0 commit comments

Comments
 (0)