run also on PR
This commit is contained in:
parent
71f3a47589
commit
16b52c0940
2 changed files with 6 additions and 4 deletions
4
.github/workflows/phpcs.yml
vendored
4
.github/workflows/phpcs.yml
vendored
|
@ -1,5 +1,7 @@
|
|||
name: PHP_CodeSniffer
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
jobs:
|
||||
phpcs:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue