From fb6226f3ff72d6ed0122569b1e538346c56ae8b6 Mon Sep 17 00:00:00 2001 From: Alex Roan Date: Wed, 17 Apr 2024 18:52:34 +0100 Subject: [PATCH] On push and workflow_dispatch --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96c4596d5..c819d5f09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,8 @@ name: Release Binaries on: release: types: [created] + workflow_dispatch: + push: jobs: build-and-upload: