Skip to content

Commit

Permalink
change when phpstan runs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick committed Sep 6, 2024
1 parent 95b062c commit 539985a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHPStan

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

jobs:
phpstan:
Expand Down

0 comments on commit 539985a

Please sign in to comment.