From cb86ddd77e02ac0ee83feec46edf0a4f557a49a7 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Wed, 16 Jun 2021 21:31:36 +0200 Subject: [PATCH] Update update.yaml --- .github/workflows/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}