diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index ac37583..db2845c 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -51,7 +51,7 @@ jobs: deploy: name: Deploy - needs: test + needs: install if: success() && startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest