From 7a307b8e7d289dfbbdd46182b08db088a7334d71 Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Mon, 26 Jun 2023 17:49:27 -0400 Subject: [PATCH] chore: disable building binary Only run binary distribution on dispatch or call Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- .github/workflows/binary-releases.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/binary-releases.yml b/.github/workflows/binary-releases.yml index e27c03f6..e03bfc5d 100644 --- a/.github/workflows/binary-releases.yml +++ b/.github/workflows/binary-releases.yml @@ -1,11 +1,8 @@ # modified workflow from ofek/hatch, big kudos to them. name: binary-distribution on: - push: - branches: [main] - pull_request: - branches: [main] workflow_call: + workflow_dispatch: defaults: run: shell: bash --noprofile --norc -exo pipefail {0}