mirror of https://github.com/vuejs/core.git
ci: show size report for push job
This commit is contained in:
parent
fcaa315493
commit
4be1fc1d60
|
@ -50,3 +50,7 @@ jobs:
|
|||
with:
|
||||
name: pr-number
|
||||
path: pr.txt
|
||||
|
||||
- name: Size report
|
||||
if: ${{github.event_name == 'push'}}
|
||||
run: pnpm tsx scripts/size-report.ts
|
||||
|
|
Loading…
Reference in New Issue