diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 8ec3db2e..c80b3ccc 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -2,9 +2,13 @@ name: Static analysis on: push: - branches: [ master ] + branches: + - '*' + - "!i10n_*" # Dont test localization branches pull_request: - branches: [ master ] + branches: + - '*' + - "!i10n_*" jobs: phpstan: