Only run psalm on stable/master branches

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-12-30 13:02:22 +01:00
parent cbfee393fd
commit 638e8c152e

View File

@@ -1,6 +1,11 @@
name: Static analysis
on: [push, pull_request]
on:
pull_request:
push:
branches:
- master
- stable*
jobs:
static-psalm-analysis: