Skip to content

Commit

Permalink
fix: bundling 액션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SeieunYoo committed Oct 13, 2024
1 parent f1d95e0 commit af34e85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/bundling-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: bundling-size

on:
pull_request:
types: [opened, ready_for_review]
branches:
- main

Expand All @@ -18,6 +19,12 @@ jobs:
with:
node-version: 20

- name: Install Pnpm
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Check Sizes
uses: preactjs/[email protected]
with:
Expand Down

0 comments on commit af34e85

Please sign in to comment.