diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da06d80..c892d36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Run tests run: | python -m unittest discover -s tests - + deploy-website: needs: build if: github.ref == 'refs/heads/website' && github.event_name == 'push'