diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2023-01-27 10:08:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-27 10:08:53 +0100 |
commit | 664c7113ae012455c7dd948dbb9fca0894dfda58 (patch) | |
tree | 2e41a0594b09b0c53781dc6bbffac1b59951e469 /.github | |
parent | be1de30a4f6b37da7c710ac55489e4938c4ded91 (diff) | |
download | nextcloud-server-664c7113ae012455c7dd948dbb9fca0894dfda58.tar.gz nextcloud-server-664c7113ae012455c7dd948dbb9fca0894dfda58.zip |
ci(psalm): Generate base analysis on pushes so we can compare to updated reports
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/static-code-analysis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index d4b5a8847ce..451df6ab72a 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -2,6 +2,10 @@ name: Psalm static code analysis on: pull_request: + push: + branches: + - master + - stable* jobs: static-code-analysis: |