ci: sync workflow name with v7 #1396
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Bundle size report | |
on: | |
pull_request: | |
branches: [v6] | |
jobs: | |
size-report: | |
name: Size report v6 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
ref: ${{ github.event.pull_request.head.ref }} | |
fetch-depth: 0 | |
- uses: preactjs/compressed-size-action@v2 | |
with: | |
build-script: 'build:prod' | |
pattern: '{**/lib/**/*.js,**/*-theme/**/*.{js,css}}' |