git » dnss » commit ed523fa

github: Rename default branch master -> main

author Alberto Bertogli
2024-05-12 08:59:32 UTC
committer Alberto Bertogli
2024-05-12 08:59:32 UTC
parent da8986dd432870f5710e3e8652c92c95f34b830b

github: Rename default branch master -> main

.github/workflows/tests.yaml +2 -2

diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index d51839b..13403ee 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -2,10 +2,10 @@ name: "tests"
 
 on:
   push:
-    branches: [ "master", "next" ]
+    branches: [ "main", "next" ]
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [ "master", "next" ]
+    branches: [ "main", "next" ]
   schedule:
     - cron: '41 22 * * 6'