Skip to content

Commit 2b3e97e

Browse files
committed
fix: tighten rules to avoid matching images, etc
Should only match markdown and JSON files, excluding all English JSONs.
1 parent 63d652d commit 2b3e97e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/non-english-warning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Check for non-English updates outside of Crowdin
33
on:
44
pull_request:
55
paths:
6-
- "public/content/translations/**"
6+
- "public/content/translations/**/*.md"
77
- "src/intl/**/*.json"
8-
- "!src/intl/en/**"
8+
- "!src/intl/en/**
99
1010
jobs:
1111
check_branch_name:

0 commit comments

Comments
 (0)