Skip to content

Commit

Permalink
fixes actions not running
Browse files Browse the repository at this point in the history
  • Loading branch information
peterramsing committed Mar 3, 2024
1 parent ff9d770 commit f11a294
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ name: Node CI
on:
push:
branches:
- master
- main
- v*
pull_request:
branches:
- master
- main
- v*

jobs:
build:
Expand Down

0 comments on commit f11a294

Please sign in to comment.