fix(i18n): only reject changed challenge md files (#41674)

The existing action is overzealous and catches the meta.json files.
pull/41679/head
Oliver Eyton-Williams 2021-03-30 19:11:14 +02:00 committed by GitHub
parent cf0353e0db
commit 1e992546ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'