ci(release): add workflow dispatch option
[skip ci]
This commit is contained in:
parent
c04b2b870c
commit
e2869b1759
1 changed files with 1 additions and 3 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: Publish release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
Loading…
Reference in a new issue