diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6292906f2..4c809f003 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,10 +73,8 @@ jobs: - name: PHP code analysis run: | - if [[ ${{ matrix.nextcloudVersion }} == "master" ]] + if [[ ${{ matrix.nextcloudVersion }} != "master" ]] then - make psalm - else make phpstan fi