From 4f5088f87bb1656e078f605383dadccdde1aa0f4 Mon Sep 17 00:00:00 2001 From: Matthias Rustler Date: Thu, 26 Dec 2024 13:32:19 +0100 Subject: [PATCH] add manual trigger option to GitHub Actions release workflow --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 912c695..8f77b2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,8 @@ name: Build and Release on: push: tags: - - 'v*.*.*' # Match version tags + - 'v*.*.*' # Match version tags + workflow_dispatch: # Allows manual triggering jobs: build: