From fdc55f1f8eb7eb040abf9ea78dca2d48987b1fe7 Mon Sep 17 00:00:00 2001 From: Brian Alexander <824344+ironprogrammer@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:58:14 -0700 Subject: [PATCH] Temporary trigger on push for testing --- .github/workflows/php-changes-detection.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/php-changes-detection.yml b/.github/workflows/php-changes-detection.yml index e9c068bc63e5f0..2a4f5bf5845ead 100644 --- a/.github/workflows/php-changes-detection.yml +++ b/.github/workflows/php-changes-detection.yml @@ -3,6 +3,9 @@ name: OPTIONAL - Confirm if PHP changes require backporting to WordPress Core on: pull_request: types: [opened, synchronize] + push: + branches: + - '**' jobs: detect_php_changes: name: Detect PHP changes