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:
Joas Schilling 2023-01-27 10:29:38 +01:00 committed by GitHub
commit aee6b37f3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,10 @@ name: Psalm static code analysis
on:
pull_request:
push:
branches:
- master
- stable*
jobs:
static-code-analysis: