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: