mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Run static analysis action on all branches and pull requests.
This commit is contained in:
parent
dbdfe5ea95
commit
de1f5b29d6
1 changed files with 6 additions and 2 deletions
8
.github/workflows/static_analysis.yml
vendored
8
.github/workflows/static_analysis.yml
vendored
|
@ -2,9 +2,13 @@ name: Static analysis
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- '*'
|
||||||
|
- "!i10n_*" # Dont test localization branches
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- '*'
|
||||||
|
- "!i10n_*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
phpstan:
|
phpstan:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue