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