From 00973169c0ed02ecdb60038938de7eb5a70c99b1 Mon Sep 17 00:00:00 2001 From: Christian Cook <3473396+CookieCookson@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:48:48 +0100 Subject: [PATCH] Revert "feat: Run PR actions using base actions" This reverts commit 19d2c607aed8c575fcd62f3b57fe7caee3bb9d7e. --- .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 6da17ac..7583fa6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: push: branches: - 'develop' - pull_request_target: + pull_request: branches: - 'develop'