From 5d817b5c45a3606a90d2384d2333ea026284a086 Mon Sep 17 00:00:00 2001 From: Darko Gjorgjijoski <5760249+gdarko@users.noreply.github.com> Date: Sat, 9 Nov 2024 15:22:23 +0100 Subject: [PATCH] Ignore the translations branch from CI --- .github/workflows/check.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: