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}