Skip to content

Commit

Permalink
Run on any push or pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-at-sri authored Jul 10, 2024
1 parent fd98dc3 commit a5a5fe3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

name: Node.js CI

on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
on: [push, pull_request]

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

0 comments on commit a5a5fe3

Please sign in to comment.