Skip to content

Commit

Permalink
Fix main branch name in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonbox committed Aug 29, 2024
1 parent 7785380 commit c919f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: 🔨 Build
run: yarn build
- name: 🚀 Deploy to GitHub Pages
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build

0 comments on commit c919f4f

Please sign in to comment.