From 02472f7d870bffc34ad3519e59b8915b601fc74c Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Fri, 1 Apr 2022 19:27:03 -0700 Subject: [PATCH] Rename default branch to main --- .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 d6de642..565ac78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ on: push: branches: - - master + - main pull_request: branches: - - master + - main name: CI