Skip to content

Commit

Permalink
Merge branch '4-migrate-site-to-github-pages'
Browse files Browse the repository at this point in the history
  • Loading branch information
kwkwan committed Jan 10, 2024
2 parents 81c5ccb + 6333c0e commit 5ae7b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build_deploy
on:
push:
branches:
- main
- master
pull_request:
repository_dispatch:
workflow_dispatch:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/master' }}
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 5ae7b80

Please sign in to comment.