From cc95fff2794af0d4fdf8676db5b882ba221a45c0 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Mon, 2 Dec 2024 00:55:04 +0000 Subject: [PATCH] Change pull_request_target -> pull_request --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 938f7e80f..16942f92c 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -1,7 +1,7 @@ name: PR Preview Workflow on: - pull_request_target: + pull_request: types: - opened - synchronize