Browse Source

master -> main

Charlie Kindel 4 years ago
parent
commit
c91d914f2e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/dotnet-core.yml

+ 2 - 2
.github/workflows/dotnet-core.yml

@@ -2,9 +2,9 @@ name: .NET Core
 
 
 on:
 on:
   push:
   push:
-    branches: [ master ]
+    branches: [ main ]
   pull_request:
   pull_request:
-    branches: [ master ]
+    branches: [ main ]
 
 
 jobs:
 jobs:
   build:
   build: