ci: disable automatic workflow triggers
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -10,10 +10,9 @@
|
||||
|
||||
name: Binary Release
|
||||
|
||||
# Auto-trigger disabled; workflow preserved for manual use via workflow_dispatch.
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user