Skip to content

Commit

Permalink
Fix the branch name on deploy_web (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek authored Feb 11, 2024
1 parent f6c78d6 commit 75e47d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Deploy to GitHub Pages
on:
push:
branches:
- main # or your default branch
- master

jobs:
build-and-deploy:
Expand Down

0 comments on commit 75e47d8

Please sign in to comment.