From 07a22fe606cbf2bd382625d8bd1678b05a974c01 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 26 Jul 2023 18:08:34 +0200 Subject: [PATCH] Releasing within the branch to test the setup. --- .github/workflows/book-cd.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/book-cd.yml b/.github/workflows/book-cd.yml index 5bef4475f..8316d009c 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: