From ff7acade6e0564d9623a3615f62dc0fdd0cd35fc Mon Sep 17 00:00:00 2001 From: Alexander Lisachenko Date: Mon, 19 Feb 2024 23:13:11 +0200 Subject: [PATCH] Enable test workflow pipeline for all branches and PRs --- .github/workflows/php-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml index 4beb673..b53d88f 100644 --- a/.github/workflows/php-tests.yml +++ b/.github/workflows/php-tests.yml @@ -1,8 +1,8 @@ name: PHP Tests on: + pull_request: push: - branches: [ "master" ] permissions: contents: read