aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b2f9f56..14870b2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -7,17 +7,17 @@ name: Release
on:
push:
- branches:
- - main
+ # branches:
+ # - main
tags:
- 'v*'
pull_request:
workflow_dispatch:
inputs:
- version:
+ reason:
type: string
required: true
- description: 'The version to update'
+ description: 'The reason to manually trigger release(build only)'
permissions:
contents: read