From 91ebbd289b51bc09767decd9265dafada96904b6 Mon Sep 17 00:00:00 2001 From: Holly Date: Sun, 10 Sep 2023 13:17:33 +0100 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: