瀏覽代碼

master -> main

Charlie Kindel 4 年之前
父節點
當前提交
c91d914f2e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/dotnet-core.yml

+ 2 - 2
.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: