diff --git a/.github/workflows/jupyter-book-publish.yml b/.github/workflows/jupyter-book-publish.yml index 92df09c..affa16a 100644 --- a/.github/workflows/jupyter-book-publish.yml +++ b/.github/workflows/jupyter-book-publish.yml @@ -3,7 +3,7 @@ name: Publish Jupyter Book on: push: branches: - - "jupyter-in-github" # Set this to your default branch + - main # Set this to your default branch jobs: build-and-publish-book: