Skip to content

Commit

Permalink
✅ Run PHPStan on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Oct 5, 2024
1 parent 26f733c commit 0a5c600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PHPStan

on: [workflow_call]
on: [push, workflow_call]

jobs:
test-phpstan:
Expand Down

0 comments on commit 0a5c600

Please sign in to comment.