From 70633acc6cadbcf25e9c205e0f020ab44d411033 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 23 Oct 2024 11:47:12 +0200 Subject: [PATCH] chore(ci): fix cloudflare upload branch --- .github/workflows/charts-release.yaml | 2 +- website/TRIGGER | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 website/TRIGGER diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 2ba0d14a42f..232ce409ed0 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -281,7 +281,7 @@ jobs: accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} # By default Cloudflare marks `main` as the "production" branch. # So when this workflow is pushed to refs/heads/main, we set the branch to `main`/"production". - branch: ${{ github.ref == 'refs/heads/master' && 'master' || github.head_ref }} + branch: ${{ github.ref == 'refs/heads/master' && 'main' || github.head_ref }} # The project name in Cloudflare projectName: website directory: ./website/build diff --git a/website/TRIGGER b/website/TRIGGER deleted file mode 100644 index e69de29bb2d..00000000000