From 8972a11c0abc02f24b8a061b2c017a2e086b59bb Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Mon, 14 Nov 2022 19:43:43 +0000 Subject: [PATCH] SImplify action --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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: