The events push and pull_request are not compatible with external pull requests. The former is never triggered, and the latter has no secrets when coming from an external repo, and thus cannot be published.
The best way to move forward is likely to build and test on pr.synchronize, and publish on pr.merged
The events
pushandpull_requestare not compatible with external pull requests. The former is never triggered, and the latter has no secrets when coming from an external repo, and thus cannot be published.The best way to move forward is likely to build and test on pr.synchronize, and publish on pr.merged