diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-07-26 18:08:34 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-07-26 18:08:34 +0200 |
commit | 07a22fe606cbf2bd382625d8bd1678b05a974c01 (patch) | |
tree | 1e98a85bfa2fbd97da32c60d700bcfbc4f1a1121 /.github/workflows | |
parent | 834e1b197b4959aa3c011b9a5d5af1ace3e98c42 (diff) | |
download | candle-07a22fe606cbf2bd382625d8bd1678b05a974c01.tar.gz candle-07a22fe606cbf2bd382625d8bd1678b05a974c01.tar.bz2 candle-07a22fe606cbf2bd382625d8bd1678b05a974c01.zip |
Releasing within the branch to test the setup.
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: |