diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39873d53..7982b09d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,7 @@ jobs: release: runs-on: ubuntu-latest if: ${{ github.ref == 'refs/heads/main' }} # Only build when pushed to main + needs: test steps: - name: Checkout uses: actions/checkout@v4