From 6df765fde02c65b1c821b282ffa6035021eb3ece Mon Sep 17 00:00:00 2001 From: Ilia Borovitinov Date: Wed, 12 Oct 2022 22:17:23 +0300 Subject: [PATCH] ci: added manual trigger to build binaries --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 835dbe8..502694f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,5 +1,6 @@ name: Release on: + workflow_dispatch: release: types: ["published"]