diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-05-28 18:17:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 18:17:58 +0200 |
commit | 162229dbff3e3c581684090c0cb133ffa630a407 (patch) | |
tree | 7de40a65506c699341e5f4114d80a5d4fbc7d809 /.github | |
parent | fb583d5665771d15b0c1d20fc56781173cf7fd2e (diff) | |
download | nextcloud-server-162229dbff3e3c581684090c0cb133ffa630a407.tar.gz nextcloud-server-162229dbff3e3c581684090c0cb133ffa630a407.zip |
Fix psalm action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/psalm-github.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/psalm-github.yml b/.github/workflows/psalm-github.yml index 29e3f9db468..8346ca7d100 100644 --- a/.github/workflows/psalm-github.yml +++ b/.github/workflows/psalm-github.yml @@ -1,10 +1,11 @@ name: Psalm show github on: - push: pull_request: - schedule: - - cron: '0 0 * * 0' + push: + branches: + - master + - stable* jobs: psalm: |