Run static analysis action on all branches and pull requests.

This commit is contained in:
Jan Böhmer 2022-07-25 22:16:49 +02:00
parent dbdfe5ea95
commit de1f5b29d6

View file

@ -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: