From 678cb7332c7f04b527bbfa440fa615ab978b0780 Mon Sep 17 00:00:00 2001 From: Lupo Montero Date: Mon, 2 Dec 2024 21:44:01 +0100 Subject: [PATCH] fix(ci): Replaces master with main in actions workflow --- .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 093a954..2284b93 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,9 +5,9 @@ name: Node.js CI on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: build: