diff --git a/.github/workflows/buildcheck.yaml b/.github/workflows/buildcheck.yaml index 5d03f0e..56524ab 100644 --- a/.github/workflows/buildcheck.yaml +++ b/.github/workflows/buildcheck.yaml @@ -25,7 +25,7 @@ jobs: - name: Deploy docs # Only deploy docs if this was a push to master - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/mainr' }} uses: JamesIves/github-pages-deploy-action@4.1.4 with: branch: gh-pages # The branch the action should deploy to.