build: allow PR-triggered updater assembly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user