run on pull request
This commit is contained in:
parent
0d255d219b
commit
5eac4c725e
1 changed files with 3 additions and 1 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