Skip to content

Commit 7a4a813

Browse files
authored
fix reference to main branch
1 parent a81907e commit 7a4a813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Deploy 🚀
3939
uses: JamesIves/github-pages-deploy-action@v4
40-
if: github.ref == 'refs/heads/master'
40+
if: github.ref == 'refs/heads/main'
4141
with:
4242
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
4343
BRANCH: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)