From b7692149a3a513fc983bfc53dffd274cb815a3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 25 May 2020 23:28:27 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 26dffcfe..77065cdd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,11 @@ name: PHP Tests on: push: - branches: [ master ] + branches: + - "!i10n_*" # Dont test localization branches pull_request: - branches: [ master ] + branches: + - "!i10n_*" jobs: run: