Skip to content

Commit

Permalink
Add psalm files to trigger job
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 27, 2024
1 parent 2e0ab40 commit 881eee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- composer.*
- src/**
- phpstan*
- psalm*
push:
branches:
- "master"
Expand All @@ -17,6 +18,7 @@ on:
- composer.*
- src/**
- phpstan*
- psalm*

jobs:
coding-standards:
Expand Down

0 comments on commit 881eee3

Please sign in to comment.