diff --git a/.github/workflows/no-prs-to-translation.yml b/.github/workflows/no-prs-to-translation.yml index 1689c2eee0..93ec795dfd 100644 --- a/.github/workflows/no-prs-to-translation.yml +++ b/.github/workflows/no-prs-to-translation.yml @@ -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'