diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 71d0898..8085ada 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -41,7 +41,7 @@ jobs: name: "Site" path: ./output - name: Deploy 🚀 - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' uses: JamesIves/github-pages-deploy-action@3.6.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}