From f16d4bd9148f19a7a7db451e650ae253520eb719 Mon Sep 17 00:00:00 2001 From: BlazingTwist <39350649+BlazingTwist@users.noreply.github.com> Date: Mon, 4 Dec 2023 03:14:23 +0100 Subject: [PATCH] Update maven.yml https://github.com/actions/first-interaction/issues/10#issuecomment-670968624 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f3956f7..95ffeed 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -11,7 +11,7 @@ name: Java CI with Maven on: push: branches: [ "master" ] - pull_request: + pull_request_target: branches: [ "master" ] jobs: