diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 009fb7f8..c5502645 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: name: Deploy app to GitHub Pages runs-on: ubuntu-latest needs: build - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v3 - name: Download artifact