diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 2db5d11d..f0ba4895 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -7,13 +7,15 @@ on: - '**/*.md' - 'public/build/*.js' - 'public/build/**/*.js' + branches-ignore: + - 'translations' pull_request: paths-ignore: - '**/*.md' - 'public/build/*.js' - 'public/build/**/*.js' branches-ignore: - - 'l10n_master2' + - 'translations' # Allow manually triggering the workflow. workflow_dispatch: