run phpcs also on pull_requests
This commit is contained in:
parent
733bc88faf
commit
6b15d8d158
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
|
||||
|
|
4
.github/workflows/phpunit.yml
vendored
4
.github/workflows/phpunit.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Unit Testing
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
push:
|
||||
pull_request:
|
||||
jobs:
|
||||
phpunit:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue