From 0b19047f9fa93691f7b141ec947bd3072d58c13d Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Fri, 29 Jan 2021 12:51:13 -0800 Subject: [PATCH] fix branch name type (#1748) --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 54b10a4da..4e414a4dc 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [windows-latest] - branches: [master,metrics] + branches: [main,metrics] steps: - uses: actions/checkout@v2