Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NeftaliYagua authored Jan 12, 2025
1 parent 82489f6 commit 24c218e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: Node.js CI

on:
push:
branches: [ "master" ]
# push:
# branches: [ "master" ]
pull_request:
branches: [ "master" ]

Expand All @@ -28,4 +28,4 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm test

0 comments on commit 24c218e

Please sign in to comment.