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: