summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-04-17 20:45:06 +0100
committerGitHub <noreply@github.com>2023-04-17 20:45:06 +0100
commit678323b54393777eac7e84ff3f6b1f8921083f56 (patch)
treebc7eac89b6b2caec70f21cc3b8ad058ca15da6ad /.github
parent83ed195d2794912efb8bc260f7729f2eefe3e4ad (diff)
Add workflow dispatch for release (#888)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 14e3ac75a..30f43008d 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -5,6 +5,7 @@ env:
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
on:
+ workflow_dispatch:
push:
tags:
- "v*"