Skip to content

Commit

Permalink
Corrected PR workflow (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkrishnads authored Aug 1, 2024
1 parent 88f5220 commit 5ed43f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check build

on:
push:
pull_request:
branches: [ "main" ]

jobs:
Expand All @@ -20,4 +20,4 @@ jobs:
run: bun install

- name: Build project
run: bun run build
run: bun run build

0 comments on commit 5ed43f2

Please sign in to comment.