git » kxd » commit 8a9f6a3

github: Rename default branch master -> main

author Alberto Bertogli
2024-09-08 09:34:47 UTC
committer Alberto Bertogli
2024-09-08 10:14:19 UTC
parent 480b41fca9ff786871be49c828c787ec753640ce

github: Rename default branch master -> main

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

diff --git a/.github/workflows/govulncheck.yaml b/.github/workflows/govulncheck.yaml
index 4e3aeea..3e92978 100644
--- a/.github/workflows/govulncheck.yaml
+++ b/.github/workflows/govulncheck.yaml
@@ -2,10 +2,10 @@ name: "govulncheck"
 
 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: '29 21 * * 6'