diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/book-cd.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/book-cd.yml b/.github/workflows/book-cd.yml index 5bef4475..8316d009 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: |