Skip to content

Commit db605bc

Browse files
authored
fix(ops): correct branch name in Github workflow
1 parent 06710d2 commit db605bc

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
@@ -81,7 +81,7 @@ jobs:
8181
environment:
8282
name: github-pages
8383
url: ${{ steps.deployment.outputs.page_url }}
84-
if: ${{ github.ref == 'refs/heads/main' }}
84+
if: ${{ github.ref == 'refs/heads/master' }}
8585
runs-on: ubuntu-latest
8686
needs: build
8787
steps:

0 commit comments

Comments
 (0)