Skip to content

Commit

Permalink
Run GitHub CI for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon authored and nwalker2398 committed Feb 29, 2024
1 parent d54189c commit c9dac91
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@

name: Node.js CI

# on:
# push:
# branches: [ master ]
# pull_request:
# branches: [ master, mui5 ]
on:
push:
branches: [ master ]
pull_request:
branches: [ master, mui5 ]
branches: [ '*' ]

jobs:
build:
Expand Down

0 comments on commit c9dac91

Please sign in to comment.