Change action to pull request
This commit is contained in:
parent
ee77d09c58
commit
cb314a4fd9
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -1,6 +1,10 @@
|
|||
name: Tests (PHP)
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- ready_for_review
|
||||
- review_requested
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
Loading…
Reference in a new issue