ci: run update-latest-release only on workflow_dispatch

Made-with: Cursor
This commit is contained in:
niklascfw 2026-03-30 23:58:26 +02:00
parent e680b18f0d
commit ac69aa5854
No known key found for this signature in database

View file

@ -9,9 +9,10 @@ name: Update Latest Release Assets
# Bei nicht erreichbarer Releases-API (404/401 …) wird nur dieser Schritt übersprungen (grüner Job).
on:
push:
branches:
- main
# Kein Auto-Run bei jedem Push — nur manuell startbar (Actions → Workflow ausführen).
# push:
# branches:
# - main
workflow_dispatch:
permissions: