about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarkus Wüstenberg2022-11-15 22:19:09 +0100
committerGitHub2022-11-15 22:19:09 +0100
commit868a525244f3c55ecb36df352865f4266dd41089 (patch)
tree981e2b64a5954cdde4ef5da1f6e85485e1e96457
parenta5a7242ae036a2dbd75ec40b8677ffa9b77f3209 (diff)
downloadgomponents-868a525244f3c55ecb36df352865f4266dd41089.tar.lz
gomponents-868a525244f3c55ecb36df352865f4266dd41089.tar.zst
gomponents-868a525244f3c55ecb36df352865f4266dd41089.zip
Rename master branch to main (#117)
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0aaf868..56ab914 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,10 +3,10 @@ name: CI
 on:
   push:
     branches:
-      - master
+      - main
   pull_request:
     branches:
-      - master
+      - main
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref_name }}
diff --git a/README.md b/README.md
index 6506e92..1ebcd51 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 [![GoDoc](https://pkg.go.dev/badge/github.com/maragudk/gomponents)](https://pkg.go.dev/github.com/maragudk/gomponents)
 [![Go](https://github.com/maragudk/gomponents/actions/workflows/ci.yml/badge.svg)](https://github.com/maragudk/gomponents/actions/workflows/ci.yml)
-[![codecov](https://codecov.io/gh/maragudk/gomponents/branch/master/graph/badge.svg)](https://codecov.io/gh/maragudk/gomponents)
+[![codecov](https://codecov.io/gh/maragudk/gomponents/branch/main/graph/badge.svg)](https://codecov.io/gh/maragudk/gomponents)
 [![Go Report Card](https://goreportcard.com/badge/github.com/maragudk/gomponents)](https://goreportcard.com/report/github.com/maragudk/gomponents)
 
 Try view components in pure Go.