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:
Oliver Eyton-Williams
2021-03-30 19:11:14 +02:00
committed by GitHub
parent cf0353e0db
commit 1e992546ae

View File

@ -4,7 +4,7 @@ on:
branches:
- 'main'
paths:
- 'curriculum/challenges/**'
- 'curriculum/challenges/**/*.md'
- '!curriculum/challenges/english/**'
- 'client/i18n/locales/**/intro.json'
- 'client/i18n/locales/**/translations.json'