aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-05-28 18:17:42 +0200
committerGitHub <noreply@github.com>2021-05-28 18:17:42 +0200
commitfb583d5665771d15b0c1d20fc56781173cf7fd2e (patch)
treee7f51c15bebdce15f4227fa4da8a18d55ad07726 /.github/workflows
parent5495d280a3accc4cef07789bfa3e15fc4d5c2c99 (diff)
downloadnextcloud-server-fb583d5665771d15b0c1d20fc56781173cf7fd2e.tar.gz
nextcloud-server-fb583d5665771d15b0c1d20fc56781173cf7fd2e.zip
Fix psalm action
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/psalm-security.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/psalm-security.yml b/.github/workflows/psalm-security.yml
index 99f90681feb..17f8b28e53c 100644
--- a/.github/workflows/psalm-security.yml
+++ b/.github/workflows/psalm-security.yml
@@ -1,10 +1,11 @@
name: Psalm Security Analysis
on:
- push:
pull_request:
- schedule:
- - cron: '0 0 * * 0'
+ push:
+ branches:
+ - master
+ - stable*
jobs:
psalm: