From b0225c69bd46493fcbcad2ac1c4acd10a3d56b7e Mon Sep 17 00:00:00 2001 From: Parnic Date: Tue, 11 Aug 2020 22:28:07 -0500 Subject: [PATCH] Update to point at the new default branch name --- .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 d516238..3b48a73 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: