Skip to content

Commit

Permalink
Update phpstan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-mills authored Nov 20, 2023
1 parent aa1d365 commit fd25a64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@ name: PHPStan

on:
push:
branches: [main]
paths:
- '**.php'
- 'phpstan.neon.dist'

pull_request:
branches: [main]
paths:
- '**.php'
- 'phpstan.neon.dist'


jobs:
phpstan:
name: phpstan
Expand Down

0 comments on commit fd25a64

Please sign in to comment.