From dda3258f3ae6e2a2f992449b2a8d8965f92e8c5e Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Fri, 31 Dec 2021 19:37:54 +0600 Subject: [PATCH] Update build-release-binaries.yml --- .github/workflows/build-release-binaries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index de29568a..80f23f71 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -1,6 +1,7 @@ name: "Build swap and asb release binaries" on: + workflow_dispatch: release: types: [created]