allow manually triggering a release workflow run
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- "v1.*"
|
||||
workflow_dispatch: # Allows manual triggering of the workflow
|
||||
jobs:
|
||||
|
||||
build-release:
|
||||
|
||||
Reference in New Issue
Block a user