diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0928eff..8a61823 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,9 +5,9 @@ name: Node.js CI on: push: - branches: [ "typescript" ] + branches: [ "master" ] pull_request: - branches: [ "typescript" ] + branches: [ "master" ] jobs: build: