From 8da6568c2089d74b203857702671cb23c7627e79 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 26 Jul 2023 18:11:10 +0200 Subject: Typo. --- .github/workflows/book-cd.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.github') diff --git a/.github/workflows/book-cd.yml b/.github/workflows/book-cd.yml index 8316d009..e25fe990 100644 --- a/.github/workflows/book-cd.yml +++ b/.github/workflows/book-cd.yml @@ -1,17 +1,17 @@ -name: Deploy +name: Deploy Rust book on: - pull-request: - # TODO put this back only when merging after this PR lands. - # push: - # branches: - # - main + # TODO put this back only when merging after this PR lands. + pull_request: + push: + branches: + - main jobs: deploy: runs-on: ubuntu-latest - permissions: - contents: write # To push a branch - pull-requests: write # To create a PR from that branch + # permissions: + # contents: write # To push a branch + # pull-requests: write # To create a PR from that branch steps: - uses: actions/checkout@v3 with: -- cgit v1.2.3