build: allow PR-triggered updater assembly

This commit is contained in:
Masterluke77
2026-07-10 14:29:45 +02:00
parent aba86b1b2a
commit 120039a163
+5
View File
@@ -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