chore: disable building binary

Only run binary distribution on dispatch or call

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron
2023-06-26 17:49:27 -04:00
parent d544764386
commit 7a307b8e7d

View File

@@ -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}