From 7c39ff32e0399b61e1efa2a3c84ddb29ae2d70b2 Mon Sep 17 00:00:00 2001 From: Justin Florentine Date: Mon, 4 Mar 2024 09:51:58 -0500 Subject: [PATCH] only on main Signed-off-by: Justin Florentine --- .github/workflows/develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index abcd297aa0b..2cbaaca0a0a 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -2,7 +2,6 @@ name: develop pre-release on: - workflow_dispatch: push: -branches: - main @@ -56,5 +55,6 @@ jobs: build/distributions/besu*.zip body: | This is an automated, bleeding edge build from the tip of ${{ github.ref_name }}. No promises. YOLO. + ${{steps.hashes.outputs.tarSha}} ${{steps.hashes.outputs.zipSha}}