Skip to content

Commit

Permalink
Update nodejs action to run on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed Mar 7, 2024
1 parent 386ba79 commit 94dfd39
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Node.js CI

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

jobs:
build:
Expand Down

0 comments on commit 94dfd39

Please sign in to comment.