From 182d1066e7fb98f8af972236ddd5ff2fac535e48 Mon Sep 17 00:00:00 2001 From: Mouhcine Date: Mon, 20 Nov 2023 14:08:06 +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 bdc6bdb..1ddf3e1 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -2,9 +2,9 @@ name: Node.js CI on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: build: