Skip to content

Commit

Permalink
Update branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 16, 2023
1 parent 90d4f70 commit 5ebb105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ 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:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.9]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 5ebb105

Please sign in to comment.