mirror of
https://github.com/nextcloud/server.git
synced 2026-04-08 18:46:28 -04:00
Merge pull request #36402 from nextcloud/nickvergessen-patch-2
ci(psalm): Generate base analysis on pushes so we can compare to upda…
This commit is contained in:
commit
aee6b37f3f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/static-code-analysis.yml
vendored
4
.github/workflows/static-code-analysis.yml
vendored
|
|
@ -2,6 +2,10 @@ name: Psalm static code analysis
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- stable*
|
||||
|
||||
jobs:
|
||||
static-code-analysis:
|
||||
|
|
|
|||
Loading…
Reference in a new issue