wordpress-develop/.github/workflows
Jonathan Desrosiers 4a09e7d877 Build/Test Tools: Limit when GitHub Action workflows run on pull_request.
Different branches have support for different types of testing based on the tooling that was in place at the time each version was branched. The workflows currently in place have patterns configured to match the relevant `branches` and `tags` for each workflow, but only for `push` events.

This copies the patterns for matching supported `branches` over to the `pull_request` event to prevent workflows from running for a pull request to a branch that does not support that workflow.

Fixes #52643.

git-svn-id: https://develop.svn.wordpress.org/trunk@50432 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-24 19:34:41 +00:00
..
coding-standards.yml Build/Test Tools: Limit when GitHub Action workflows run on pull_request. 2021-02-24 19:34:41 +00:00
end-to-end-tests.yml Build/Test Tools: Limit when GitHub Action workflows run on pull_request. 2021-02-24 19:34:41 +00:00
javascript-tests.yml Build/Test Tools: Limit when GitHub Action workflows run on pull_request. 2021-02-24 19:34:41 +00:00
php-compatibility.yml Build/Test Tools: Limit when GitHub Action workflows run on pull_request. 2021-02-24 19:34:41 +00:00
phpunit-tests.yml Build/Test Tools: Limit when GitHub Action workflows run on pull_request. 2021-02-24 19:34:41 +00:00
test-coverage.yml Build/Test Tools: Update actions within test workflows to the latest versions. 2021-02-18 18:45:23 +00:00
verify-npm-on-windows.yml Build/Test Tools: Limit when GitHub Action workflows run on pull_request. 2021-02-24 19:34:41 +00:00
welcome-new-contributors.yml Build/Test Tools: Disable GitHub Action workflow runs triggered on push for forks and mirrors. 2020-12-09 20:05:01 +00:00