Skip to content

Commit 0358126

Browse files
marcelklehrMarcelRobitaille
authored andcommitted
chore: Use psalm-matrix workflow for good measure
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 7444d0f commit 0358126

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/psalm-matrix.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88

99
name: Static analysis
1010

11-
on: pull_request
11+
on:
12+
pull_request:
13+
push:
14+
branches:
15+
- main
16+
- master
17+
- stable*
1218

1319
concurrency:
1420
group: psalm-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)