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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- minor
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
- name: Download Previous Size Data
|
- name: Download Previous Size Data
|
||||||
uses: dawidd6/action-download-artifact@v6
|
uses: dawidd6/action-download-artifact@v6
|
||||||
with:
|
with:
|
||||||
branch: main
|
branch: ${{ github.base_ref }}
|
||||||
workflow: size-data.yml
|
workflow: size-data.yml
|
||||||
event: push
|
event: push
|
||||||
name: size-data
|
name: size-data
|
||||||
|
|
Loading…
Reference in New Issue