Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 25, 2024
1 parent c2409b5 commit a298228
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Build

on:
push:
branches: [main]
branches: [main, master]
pull_request:
branches: [main]
branches: [main, master]

jobs:
build:
Expand Down Expand Up @@ -36,4 +36,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
run_install: true
- run: pnpm run build

0 comments on commit a298228

Please sign in to comment.