diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07bf4e6a..24566a6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,6 @@ name: Tests (PHP) -on: - pull_request: - types: - - ready_for_review - - review_requested +on: [pull_request] jobs: tests: