From 8520cc4a912c6e1243b633ea1e548c3f32c94444 Mon Sep 17 00:00:00 2001 From: Marcus Schwemer Date: Tue, 21 May 2024 09:37:24 +0200 Subject: [PATCH] [TASK] Ignore l10n branches from crowdin in testing action --- .github/workflows/testing.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index c6b8234d9..cd73b9326 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -1,5 +1,11 @@ name: testing -on: [push, pull_request] +on: + push: + branches-ignore: + - 'l10n_*' + pull_request: + branches-ignore: + - 'l10n_*' jobs: php-lint: