manually trigger release draft workflows
This commit is contained in:
3
.github/workflows/prerelease.yml
vendored
3
.github/workflows/prerelease.yml
vendored
@@ -1,7 +1,4 @@
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'rc*'
|
||||
workflow_dispatch:
|
||||
|
||||
name: Upload Prerelease Assets
|
||||
|
||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -1,7 +1,4 @@
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
workflow_dispatch:
|
||||
|
||||
name: Upload Release Assets
|
||||
|
||||
Reference in New Issue
Block a user