ci(bun-transpiler): fixed CI setting

pull/347/head
Yusuke Wada 2024-01-08 07:37:33 +09:00
parent 5501dd1f9c
commit 7b03c05178
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
branches: [main] branches: [main]
paths: paths:
- 'packages/bun-transpiler/**' - 'packages/bun-transpiler/**'
pull_request: pull_request:
branches: ['*'] branches: ['*']
paths: paths:
- 'packages/bun-transpiler/**' - 'packages/bun-transpiler/**'