Run code style checks on pull requests, too

This should make the code style checks also run on pull requests the
come from forks. Maybe also on old pull requests?
This commit is contained in:
Michael Große 2020-01-21 22:00:56 +01:00
parent d9051c44e9
commit b5f2c105ff
No known key found for this signature in database
GPG Key ID: BDD834E001B99EDC
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: PHP Code Style
on: [push]
on: [push, pull_request]
jobs:
phpcs: