Skip to content

Commit 7e10cd5

Browse files
chore: fix workflow (#1112)
just a test for running on main branch. related to reactjs/react.dev#5801. maybe revert at last.
1 parent 5491e31 commit 7e10cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: success() && github.event.number
5252
with:
5353
workflow: analyze.yml
54-
branch: ${{ github.event.pull_request.base.ref }}
54+
branch: ${{ github.event.pull_request.base.ref || 'main' }}
5555
name: bundle_analysis.json
5656
path: .next/analyze/base/bundle
5757

0 commit comments

Comments
 (0)