From 57c2549dbf06a8428c5f1b49bbe1f94956f8d853 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 21 Feb 2023 09:24:48 +0100 Subject: [PATCH] test workflow --- .../.github/workflows/pr-first-response.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/.github/workflows/pr-first-response.yml b/src/Umbraco.Web.UI.Client/.github/workflows/pr-first-response.yml index fe5225a929..8bb123ad55 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/pr-first-response.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/pr-first-response.yml @@ -1,8 +1,6 @@ name: pr-first-response -on: - pull_request_target: - types: [opened] +on: [pull_request] jobs: send-response: