diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 9a0f4277..2b56e5b6 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -55,6 +55,6 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/main' }} uses: actions/deploy-pages@v4