From f7942f8854b23d9e2b1e1605186ec3614e956705 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Tue, 9 Apr 2024 09:01:31 +0300 Subject: [PATCH] test --- .github/workflows/cloudflare.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cloudflare.yml b/.github/workflows/cloudflare.yml index 06c6735c..b576b01b 100644 --- a/.github/workflows/cloudflare.yml +++ b/.github/workflows/cloudflare.yml @@ -36,6 +36,8 @@ jobs: with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} + # On push to master, set to "production" otherwiesr the head_ref + branch: ${{ github.ref == 'refs/heads/master' && 'production' || github.head_ref }} projectName: documentation directory: ./build wranglerVersion: "3"