Skip to content

Commit

Permalink
fix: different default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chgwan committed Dec 26, 2024
1 parent dc03b26 commit c6cac4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: "Build and Deploy"
on:
push:
branches:
- main
- master
# - master
- gh-pages
paths-ignore:
- .gitignore
- README.md
Expand Down

0 comments on commit c6cac4d

Please sign in to comment.