From d8313ba526941d4b5734456f945d499b60e58001 Mon Sep 17 00:00:00 2001 From: michael <14226603+mkargus@users.noreply.github.com> Date: Sat, 4 Jul 2020 12:09:38 -0400 Subject: [PATCH] Use `main` instead of `master` as the name for the main branch --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 378c753..9e6f17e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -3,10 +3,10 @@ name: CI on: pull_request: branches: - - master + - main push: branches: - - master + - main jobs: build: