]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix psalm action
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>
Fri, 28 May 2021 16:17:42 +0000 (18:17 +0200)
committerGitHub <noreply@github.com>
Fri, 28 May 2021 16:17:42 +0000 (18:17 +0200)
.github/workflows/psalm-security.yml

index 99f90681feb3cba3ae2bd08c6a88edb8cde0d98a..17f8b28e53c984a93bb3cc23709001d25222b9a7 100644 (file)
@@ -1,10 +1,11 @@
 name: Psalm Security Analysis
 
 on:
-  push:
   pull_request:
-  schedule:
-  - cron: '0 0 * * 0'
+  push:
+    branches:
+      - master
+      - stable*
 
 jobs:
   psalm: