From 120039a1634fa10806f671ef7d0b16974b8e34cd Mon Sep 17 00:00:00 2001 From: Masterluke77 <163446896+Masterluke77@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:29:45 +0200 Subject: [PATCH] build: allow PR-triggered updater assembly --- .github/workflows/assemble-updater34.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/assemble-updater34.yml b/.github/workflows/assemble-updater34.yml index 552e416..da24374 100644 --- a/.github/workflows/assemble-updater34.yml +++ b/.github/workflows/assemble-updater34.yml @@ -4,6 +4,10 @@ on: push: branches: - feature/updater-3.4-lifecycle + pull_request: + branches: + - main + types: [opened, synchronize, reopened] permissions: contents: write @@ -20,6 +24,7 @@ jobs: - name: Branch auschecken uses: actions/checkout@v6 with: + ref: ${{ github.event.pull_request.head.ref || github.ref_name }} fetch-depth: 0 - name: Worker bytegenau zusammensetzen