From 5ebb105b99a25813a0199957f65c3232328d1222 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sat, 16 Sep 2023 13:41:43 -0400 Subject: [PATCH] Update branch name --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9cae24e..a74de17 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,10 +4,10 @@ on: # Trigger the workflow on push to main branch push: branches: - - master + - main pull_request: branches: - - master + - main # This job installs dependencies, build the book, and pushes it to `gh-pages` jobs: build-and-deploy-book: @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.9] + python-version: ["3.10"] steps: - uses: actions/checkout@v3