diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f2c3c6..8330523 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: tox deploy: - if: ${{ github.event_name == 'release' && github.ref == 'refs/heads/main' }} + if: github.event_name == 'release' needs: [precommit, build] runs-on: ubuntu-latest steps: