GitHub Actions: Run in any pull request

Allow GitHub Actions to run for every pull request instead of only main-based pull requests
This commit is contained in:
Sukhwinder Dhillon 2025-12-15 12:16:47 +01:00
parent 59bb74a539
commit 554ecd9967

View file

@ -6,8 +6,6 @@ on:
- main
- support/*
pull_request:
branches:
- main
jobs:
php: