Update node.js.yml
This commit is contained in:
parent
ba91cb6cdb
commit
91ebbd289b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
|
@ -5,9 +5,9 @@ name: Node.js CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "typescript" ]
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "typescript" ]
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue