From 93d45179f7f2686cfe9bb6f6e0c893f86aad7a2e Mon Sep 17 00:00:00 2001 From: Pavel Korchak Date: Wed, 10 May 2023 11:53:39 +0400 Subject: [PATCH] chore(CI): rename the master branch to main --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0520d29..d0717e5 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -5,9 +5,9 @@ name: Node.js CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: