Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 4e5cafe

Browse files
committed
workflow: update size report to compare against pr target branch
1 parent a586901 commit 4e5cafe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/size-data.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- minor
78
pull_request:
89
branches:
910
- main

.github/workflows/size-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Download Previous Size Data
5959
uses: dawidd6/action-download-artifact@v6
6060
with:
61-
branch: main
61+
branch: ${{ github.base_ref }}
6262
workflow: size-data.yml
6363
event: push
6464
name: size-data

0 commit comments

Comments
 (0)