diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a360cf..eb39b58 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,6 @@ permissions: jobs: deploy: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' && startsWith(github.ref, 'refs/tags/v') steps: - uses: actions/checkout@v4 - name: Set up Python