diff --git a/.github/workflows/book-cd.yml b/.github/workflows/book-cd.yml index 5bef4475f7..8316d009c1 100644 --- a/.github/workflows/book-cd.yml +++ b/.github/workflows/book-cd.yml @@ -1,9 +1,10 @@ name: Deploy on: pull-request: - push: - branches: - - main + # TODO put this back only when merging after this PR lands. + # push: + # branches: + # - main jobs: deploy: