From fef1cd67df98d903e6b52d72ec2593357d444af3 Mon Sep 17 00:00:00 2001 From: 3arthqu4ke <56741599+3arthqu4ke@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:09:06 +0200 Subject: [PATCH] Allow manually starting release workflow --- .github/workflows/release-all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-all.yml b/.github/workflows/release-all.yml index 4bb3b5e..89d9e4c 100644 --- a/.github/workflows/release-all.yml +++ b/.github/workflows/release-all.yml @@ -1,6 +1,7 @@ name: Release on: + workflow_dispatch: push: tags: - '**'