Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Feb 20, 2024
1 parent 6003e21 commit b4ec706
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Node.js CI

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

jobs:
test:
Expand All @@ -18,8 +22,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v3
with:
version: 8
with:
version: 8

- run: npm i
- run: npm run build --if-present
Expand Down

0 comments on commit b4ec706

Please sign in to comment.