diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-02 19:18:43 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-02 19:18:43 +0200 |
commit | dba31473d40c88fed22574ba96021dc59f25f3f7 (patch) | |
tree | 5ce0c87397bd15678f7d5df4a6a9c4ab581fde99 /.github | |
parent | 1b2b32e58d13ac96cee42562b845fcecfd3a08de (diff) | |
download | candle-dba31473d40c88fed22574ba96021dc59f25f3f7.tar.gz candle-dba31473d40c88fed22574ba96021dc59f25f3f7.tar.bz2 candle-dba31473d40c88fed22574ba96021dc59f25f3f7.zip |
Typos and format and CD only when PR lands.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/book-cd.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/book-cd.yml b/.github/workflows/book-cd.yml index fc693a78..e8149e38 100644 --- a/.github/workflows/book-cd.yml +++ b/.github/workflows/book-cd.yml @@ -1,7 +1,5 @@ name: Deploy Rust book on: - # TODO put this back only when merging after this PR lands. - pull_request: push: branches: - main |