From c91d914f2e0a259ea5336065047ff59fab36e44c Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Sun, 18 Apr 2021 17:54:36 -0700 Subject: [PATCH] master -> main --- .github/workflows/dotnet-core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 7daa853af..8a48bfd51 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -2,9 +2,9 @@ name: .NET Core on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: