Enable workflow_dispatch for release workflow
This commit is contained in:
parent
a862c596a5
commit
ebaf7d39de
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -3,6 +3,8 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *' # midnight UTC
|
- cron: '0 0 * * *' # midnight UTC
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- release
|
- release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user