SIGN IN SIGN UP

chore: fix preview release to use correct target (#1104)

## What kind of change does this PR introduce?

Change event trigger from `pull_request` to `pull_request_target`.

## What is the current behavior?

Event for triggering a PR release is `pull_request`. This results in PRs
from forks not being able to trigger the cross-repo testing.

## What is the new behavior?

Event trigger is now `pull_request_target`. Using `pull_request_target`
allows access to secrets when PRs come from forks. This is secure, since
only us, maintainers, can add the label to trigger the PR release.
K
Katerina Skroumpelou committed
be9a27cc7e2d66b314de40b15edaa9ca3a46903b
Parent: 3a147b5
Committed by GitHub <noreply@github.com> on 8/25/2025, 1:03:14 PM