From 343768f10318134716a45c7de8c4829915fe8520 Mon Sep 17 00:00:00 2001 From: Azalea Colburn Date: Sun, 1 Dec 2024 13:22:10 -0800 Subject: [PATCH] fix: format workflow --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dfc3a46..6425d33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ name: Build on: - push: + push: branches: - main pull_request: @@ -15,12 +15,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 - + - name: Setup - uses: oven-sh/setup-bun@v2 - + - name: Install - run: bun install - + - name: Build - run: bun run build + - run: bun run build