From baa7bde7958d9d0edbecd564380bb6d5b032a1fe Mon Sep 17 00:00:00 2001 From: thoughtsunificator <85041649+thoughtsunificator@users.noreply.github.com> Date: Wed, 22 Sep 2021 15:45:20 +0200 Subject: [PATCH] workflow update --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6470ac3..3ee52ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,6 @@ jobs: tagged-release: name: "Tagged Release" runs-on: "ubuntu-latest" - if: ${{ github.ref == 'refs/heads/master' }} steps: - name: git-checkout