Skip to content

Commit

Permalink
Temporary trigger on push for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ironprogrammer committed Jun 13, 2024
1 parent f0b72f6 commit fdc55f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php-changes-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdc55f1

Please sign in to comment.