diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ba8613..96d7507 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: deploy: name: Deploy to Maven Central runs-on: ubuntu-latest - needs: build + needs: [build,test] if: startsWith(github.ref, 'refs/tags/v') # Only run on version tags steps: