From 7b03c05178cbe59f73d7f94e19a307d3b0b77f8a Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Mon, 8 Jan 2024 07:37:33 +0900 Subject: [PATCH] ci(bun-transpiler): fixed CI setting --- .github/workflows/ci-bun-transpiler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-bun-transpiler.yml b/.github/workflows/ci-bun-transpiler.yml index 00e0d947..21abf3dd 100644 --- a/.github/workflows/ci-bun-transpiler.yml +++ b/.github/workflows/ci-bun-transpiler.yml @@ -4,7 +4,7 @@ on: branches: [main] paths: - 'packages/bun-transpiler/**' - pull_request: + pull_request: branches: ['*'] paths: - 'packages/bun-transpiler/**' @@ -20,4 +20,4 @@ jobs: - uses: oven-sh/setup-bun@v1 - run: yarn install --frozen-lockfile - run: yarn build - - run: yarn test \ No newline at end of file + - run: yarn test