The following trigger will execute a build by code push and a build by pull request in a single pull request.
- push_branch: "*"
workflow: primary
- pull_request_source_branch: "*"
workflow: primary
However, only one build result is shown on GitHub (whether it’s a pull request build or a later finished build of the two).
Is there any way to get GitHub to show the results of both the code push build and the pull request build?