Kaynağa Gözat

Rename `master` branch to `main` (#914)

Martin Robinson 2 yıl önce
ebeveyn
işleme
9c51937adb
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      .github/workflows/codecov.yml
  2. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/codecov.yml

@@ -2,7 +2,7 @@ name: Coverage
 
 on:
   push:
-    branches: ["master"]
+    branches: ["main"]
   pull_request:
 
 jobs:

+ 1 - 1
.github/workflows/main.yml

@@ -2,7 +2,7 @@ name: CI
 
 on:
   push:
-    branches: ["master"]
+    branches: ["main"]
   pull_request:
   merge_group:
     types: [checks_requested]