Unnamed repository; edit this file 'description' to name the repository.
Enable workflow_dispatch for release workflow
Laurențiu Nicola 2021-12-15
parent a862c59 · commit ebaf7d3
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 2f009c4322..bc712b1a51 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -2,6 +2,8 @@ name: release
on:
schedule:
- cron: '0 0 * * *' # midnight UTC
+
+ workflow_dispatch:
push:
branches: