From ef579954cd06aba57ec0f3f38b6465a162e3f82d Mon Sep 17 00:00:00 2001 From: Guillaume Lapierre Date: Tue, 26 Mar 2024 15:31:18 +0100 Subject: [PATCH] fix: publish tag workflow --- .gitea/workflows/publish.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 233a338..f834217 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -14,7 +14,6 @@ jobs: env: RUNNER_TOOL_CACHE: /toolcache runs-on: cth-ubuntu-latest - if: gitea.ref == 'refs/heads/main' steps: - name: Check out repository code uses: actions/checkout@v3