diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d0dab4c..eec149a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,7 @@ jobs: preview: runs-on: ubuntu-latest name: Deploy preview - if: ${{ github.ref != 'refs/head/main' }} + if: ${{ github.ref != 'refs/heads/main' }} needs: build steps: - uses: actions/checkout@v2 @@ -101,7 +101,7 @@ jobs: runs-on: ubuntu-latest name: Deploy needs: build - if: ${{ github.ref == 'refs/head/main' }} + if: ${{ github.ref == 'refs/heads/main' }} steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2