Skip to content

Commit

Permalink
Add next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rojasTob committed Jun 1, 2020
1 parent 1bcd8ab commit d76abca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Node.js

on:
push:
branches: [ master ]
branches: [ master, next ]
pull_request:
branches: [ master ]
branches: [ master, next ]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules
npm-debug.log
.env
.tool-versions

0 comments on commit d76abca

Please sign in to comment.