From a084c751f7a5d847781cf082df951fc237297017 Mon Sep 17 00:00:00 2001 From: Katherine Fairchild Date: Wed, 13 Mar 2024 16:21:54 -0400 Subject: [PATCH] trigger on pull_request_target (#619) Co-authored-by: Katherine Fairchild --- .github/workflows/score_new_plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/score_new_plugins.yml b/.github/workflows/score_new_plugins.yml index 158a1066c..f8d55d060 100644 --- a/.github/workflows/score_new_plugins.yml +++ b/.github/workflows/score_new_plugins.yml @@ -7,7 +7,7 @@ name: Trigger scoring run on: - pull_request: + pull_request_target: branches: - master types: