diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 6d99168..9ab0f2e 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -29,6 +29,6 @@ jobs: - name: Publish Site uses: cloudflare/wrangler-action@1.2.0 - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' with: apiToken: ${{ secrets.CF_API_TOKEN }}