From c419621068d763fc0c0fb835f8f3558d06589ea9 Mon Sep 17 00:00:00 2001 From: Ioannis Tsiakkas Date: Sat, 24 Feb 2024 11:48:34 +0200 Subject: [PATCH] Remove if from ref --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4037668..7ce32d2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,7 +33,7 @@ jobs: release: needs: build runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + # if: github.ref == 'refs/heads/main' steps: - name: Download Artifacts uses: actions/download-artifact@v3