Parcourir la source

master -> main

Charlie Kindel il y a 4 ans
Parent
commit
c91d914f2e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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: