From d23693b2f49df8e9dab623de6c2ae66145e84bfd Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sun, 31 Oct 2021 18:28:51 +0100 Subject: [PATCH] chore: update primary branch --- .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 1441f5c..059b483 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: