Skip to content

Commit 52da037

Browse files
Scott DoverScott Dover
authored andcommitted
chore: make translation checker a bit more specific
Signed-off-by: Scott Dover <[email protected]>
1 parent 224acc3 commit 52da037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: npm ci
1919
- run: npm run locale --update-locales
2020
- run: |
21-
CHANGES=$(git diff --name-only)
21+
CHANGES=$(git diff --name-only -- "*.nls.*" "l10n/*")
2222
if [ -z "$CHANGES" ]
2323
then
2424
echo "No translations needed"

0 commit comments

Comments
 (0)