From c87c87cb3c1836153551f04ffc7049a77de4f49c Mon Sep 17 00:00:00 2001 From: Xavi Lee Date: Fri, 31 Mar 2023 19:15:09 +0800 Subject: [PATCH] chore: fix workflow (#1) * chore: fix workflow * fix * fix * revert * fix --- .github/workflows/analyze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index c447a2cdb6..abc792049d 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -51,7 +51,7 @@ jobs: if: success() && github.event.number with: workflow: analyze.yml - branch: ${{ github.event.pull_request.base.ref }} + branch: ${{ github.event.pull_request.base.ref || 'main' }} name: bundle_analysis.json path: .next/analyze/base/bundle