mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user