mirror of https://github.com/vuejs/core.git
workflow: update size report to compare against pr target branch
This commit is contained in:
parent
a586901a76
commit
4e5cafe77b
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- minor
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
- name: Download Previous Size Data
|
||||
uses: dawidd6/action-download-artifact@v6
|
||||
with:
|
||||
branch: main
|
||||
branch: ${{ github.base_ref }}
|
||||
workflow: size-data.yml
|
||||
event: push
|
||||
name: size-data
|
||||
|
|
Loading…
Reference in New Issue