From a408cb90b0713c07728e25c0a56a6f0c99738395 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Wed, 11 Sep 2024 09:44:24 +0200 Subject: [PATCH] Remove guard --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc63b82..b0453d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,12 +76,6 @@ jobs: deploy: needs: [test] runs-on: ubuntu-latest - # Run on a push to a tag or main - if: > - github.event_name == 'push' && - (startsWith(github.event.ref, 'refs/tags') || - github.event.ref == 'refs/heads/main') - steps: - name: Set up Python 3.11 uses: actions/setup-python@v5