fix(i18n): only reject changed challenge md files (#41674)
The existing action is overzealous and catches the meta.json files.
This commit is contained in:
committed by
GitHub
parent
cf0353e0db
commit
1e992546ae
2
.github/workflows/no-prs-to-translation.yml
vendored
2
.github/workflows/no-prs-to-translation.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
paths:
|
paths:
|
||||||
- 'curriculum/challenges/**'
|
- 'curriculum/challenges/**/*.md'
|
||||||
- '!curriculum/challenges/english/**'
|
- '!curriculum/challenges/english/**'
|
||||||
- 'client/i18n/locales/**/intro.json'
|
- 'client/i18n/locales/**/intro.json'
|
||||||
- 'client/i18n/locales/**/translations.json'
|
- 'client/i18n/locales/**/translations.json'
|
||||||
|
Reference in New Issue
Block a user