From 3e8c7967707a4787ddc9842da94d74f24c48438d Mon Sep 17 00:00:00 2001 From: Briar <205427297+icybriarr@users.noreply.github.com> Date: Thu, 3 Apr 2025 15:43:37 +0200 Subject: [PATCH] ci: Try and make runner job work on PRs --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb8dda6497..dd25eab10d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: push: branches: [ "*" ] tags: [ "*" ] - pull_request: + pull_request_target: branches: [ master ] jobs: @@ -255,4 +255,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: android - path: artifacts/* \ No newline at end of file + path: artifacts/*