summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-04-26 18:58:42 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-04-26 18:58:42 +0100
commitad7fcb57178e74a118c8eabd52e6fbb7a62a5cf0 (patch)
treee802068106e78450338dfec0733c8151819e8c45 /.github
parent8caef17ba65000534e377948eb2584146cedec06 (diff)
feat(ci): add CI trigger for manual builds
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 959699611..d8fe023a8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -3,6 +3,8 @@ on:
push:
tags:
- 'v*.*.*'
+ workflow_dispatch:
+
jobs:
build-release:
needs: create-release