From 19d2c607aed8c575fcd62f3b57fe7caee3bb9d7e Mon Sep 17 00:00:00 2001 From: Christian Cook <3473396+CookieCookson@users.noreply.github.com> Date: Sat, 13 Jan 2024 15:28:08 +0000 Subject: [PATCH] feat: Run PR actions using base actions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7583fa6..6da17ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: push: branches: - 'develop' - pull_request: + pull_request_target: branches: - 'develop'