diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index 56a70214..9bf498e1 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -68,7 +68,7 @@ jobs: name: "Deploy Generated Site" runs-on: ubuntu-latest needs: [build_site, check_spelling] - if: github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'schedule') + if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'schedule') steps: - name: "Download Generated Site"