diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index 276cd32..7c65213 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -34,7 +34,7 @@ jobs: run: poetry run jupyter-book build notebooks deploy: runs-on: ubuntu-latest - needs: test + needs: check if: github.ref == 'refs/heads/master' steps: - name: Github Pages action