From 13bcc774af93659695b999fb0e5f82bf52c4ec79 Mon Sep 17 00:00:00 2001 From: "asamuzaK (Kazz)" Date: Tue, 10 Dec 2024 11:24:09 +0900 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 4e25a8c..fa5aa17 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,9 +5,9 @@ name: build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] release: types: [ created ]