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/**'
@ -20,4 +20,4 @@ jobs:
- uses: oven-sh/setup-bun@v1 - uses: oven-sh/setup-bun@v1
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn build - run: yarn build
- run: yarn test - run: yarn test