From a776c5d4bf834324ddb6dddc393504b1cc7910d7 Mon Sep 17 00:00:00 2001 From: opacam Date: Sun, 26 Apr 2020 20:22:15 +0200 Subject: [PATCH] :wrench: Remove condition from publish.yml --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4db7395b..72852d28 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,7 +8,6 @@ jobs: build-n-publish: name: Build and publish Cohen3🐍 distributions 📦 to PyPI and TestPyPI runs-on: ubuntu-18.04 - if: startsWith(github.event.ref, 'refs/tags') && github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v2 - name: Set up Python 3.7