From 15be73d3acae3718a0acc529ed566f6a448b1c0e Mon Sep 17 00:00:00 2001 From: N Date: Tue, 26 Nov 2024 18:59:17 -0800 Subject: [PATCH] chore: disable book for dev branch (#1825) --- .github/workflows/book.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index d69cbf4bb1..f4b914ac33 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -5,9 +5,9 @@ name: book on: push: - branches: [dev] + branches: [main] pull_request: - branches: [dev] + branches: [main] paths: - "book/**" merge_group: @@ -117,7 +117,7 @@ jobs: deploy: # Only deploy if a push to main - if: github.ref_name == 'dev' && github.event_name == 'push' + if: github.ref_name == 'main' && github.event_name == 'push' runs-on: ubuntu-latest needs: [lint, build] @@ -135,4 +135,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4