From 3aec87b02d88ebaa4cab23254b88dd0a9d2b58e7 Mon Sep 17 00:00:00 2001 From: Himself65 Date: Mon, 20 Mar 2023 13:45:40 -0500 Subject: [PATCH] ci: use `pull_request_target` (#1623) --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5aff997f8f..7e1c3e14e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,8 @@ on: branches: [master] pull_request: branches: [master] + pull_request_target: + branches: [master] # Cancels all previous workflow runs for pull requests that have not completed. # See https://docs.github.com/en/actions/using-jobs/using-concurrency