From cb314a4fd94049f89f04bf72a683c906be3119ba Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Mon, 14 Nov 2022 19:42:37 +0000 Subject: [PATCH] Change action to pull request --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34d7c041..07bf4e6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: Tests (PHP) -on: [push] +on: + pull_request: + types: + - ready_for_review + - review_requested jobs: tests: