diff options
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 |