From 162229dbff3e3c581684090c0cb133ffa630a407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Fri, 28 May 2021 18:17:58 +0200 Subject: Fix psalm action --- .github/workflows/psalm-github.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.github') 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: -- cgit v1.2.3