diff options
Diffstat (limited to '.github/workflows/psalm-github.yml')
-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: |