Skip to content

Commit

Permalink
chore: Use psalm-matrix workflow for good measure
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Sep 23, 2024
1 parent 50b76d2 commit 2732574
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/psalm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@

name: Static analysis

on: pull_request
on:
pull_request:
push:
branches:
- main
- master
- stable*

concurrency:
group: psalm-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 2732574

Please sign in to comment.