From fef92cd169f33d706340d410ae497d9fab806a0e Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:33:42 +0530 Subject: [PATCH] fix: binary release issue (1) --- .github/workflows/binary-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binary-release.yaml b/.github/workflows/binary-release.yaml index 7a76841..eb4cf6b 100644 --- a/.github/workflows/binary-release.yaml +++ b/.github/workflows/binary-release.yaml @@ -4,8 +4,8 @@ on: push: branches: - main - paths: - - '*.go' + # paths: + # - '*.go' jobs: build: