Closed jwpage closed 2 years ago
This PR makes the phpstan.yml workflow run on pull_request.
phpstan.yml
pull_request
As per the workflow docs:
By default, only the opened, synchronize, and reopened activity types trigger workflows that run on the pull_request event.
opened
synchronize
reopened
which is a sensible default for the phpstan.yml workflow.
(Note that it's not going to run on this PR as it's only triggered on changes to **.php or phpstan.neon.dist files.)
**.php
phpstan.neon.dist
Great stuff, thanks @jwpage!
This PR makes the
phpstan.yml
workflow run onpull_request
.As per the workflow docs:
which is a sensible default for the
phpstan.yml
workflow.(Note that it's not going to run on this PR as it's only triggered on changes to
**.php
orphpstan.neon.dist
files.)