From 829f5f3e725ef9d6eaa7aba01fc8134d521ff01b Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 6 Oct 2024 17:40:16 +0200 Subject: [PATCH] Listen to additional release triggers for binary builds --- .github/workflows/release-binary.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-binary.yml b/.github/workflows/release-binary.yml index 84f038f9fe..6a320676b3 100644 --- a/.github/workflows/release-binary.yml +++ b/.github/workflows/release-binary.yml @@ -12,6 +12,7 @@ on: - published - created - prereleased + workflow_dispatch: env: CARGO_TERM_COLOR: always