Skip to content

Commit

Permalink
Fix: esbuild-bundle-analyzerがbundleサイズを比較できないのを修正
Browse files Browse the repository at this point in the history
PR時に比較対象であるmainブランチを解析する必要がある。
そのために、push mainをトリガーに追加した。
  • Loading branch information
yonta committed Jun 30, 2024
1 parent 2a51d5b commit 760591b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/esbuild-bundle-analyzer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ESBuild Bundle Analyzer

on: [pull_request_target]
on:
push:
branches: [main]
pull_request_target:

jobs:
# PLEASE AVOID ADDING OTHER JOBS IN THIS FILE
Expand Down

0 comments on commit 760591b

Please sign in to comment.