From e9e95871a13a70fca2624db79ce1fdb036f402ac Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 11 Dec 2024 13:04:39 +0200 Subject: [PATCH] chore: add pull_request to github workflow --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index c869688..61eb54d 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json name: PHPUnit -on: [ push ] +on: [ push, pull_request ] jobs: build-test: