From ad7fcb57178e74a118c8eabd52e6fbb7a62a5cf0 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Mon, 26 Apr 2021 18:58:42 +0100 Subject: feat(ci): add CI trigger for manual builds --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') 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 -- cgit v1.2.3