ryangjchandler / orbit

A flat-file database driver for Eloquent. 🗄
MIT License
872 stars 39 forks source link

Run phpstan workflow on pull_request #108

Closed jwpage closed 2 years ago

jwpage commented 2 years ago

This PR makes the phpstan.yml workflow run on 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.

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.)

ryangjchandler commented 2 years ago

Great stuff, thanks @jwpage!