From 554ecd996772ac484f8256ab8d5613c8b29b593e Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Mon, 15 Dec 2025 12:16:47 +0100 Subject: [PATCH] GitHub Actions: Run in any pull request Allow GitHub Actions to run for every pull request instead of only main-based pull requests --- .github/workflows/php.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index a5ccd5a..cf652bf 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -6,8 +6,6 @@ on: - main - support/* pull_request: - branches: - - main jobs: php: