diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7debd25..a30658d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: GitHub Pages on: push: branches: - - main + - master pull_request: jobs: @@ -36,7 +36,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/main' }} + if: ${{ github.ref == 'refs/heads/master' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist