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