Skip to content

Commit 29e0cd5

Browse files
committed
Fix branch name in Github action
1 parent 26a8d32 commit 29e0cd5

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
@@ -53,7 +53,7 @@ jobs:
5353
environment:
5454
name: github-pages
5555
url: ${{ steps.deployment.outputs.page_url }}
56-
if: ${{ github.ref == 'refs/heads/main' }}
56+
if: ${{ github.ref == 'refs/heads/master' }}
5757
runs-on: ubuntu-latest
5858
needs: build
5959
steps:

0 commit comments

Comments
 (0)