forked from Mirrors/OmniNX
ci: run update-latest-release only on workflow_dispatch
Made-with: Cursor
This commit is contained in:
parent
e680b18f0d
commit
ac69aa5854
1 changed files with 4 additions and 3 deletions
7
.github/workflows/update-latest-release.yml
vendored
7
.github/workflows/update-latest-release.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue