From 5e75f1bf6dc2d94b4671ced4ed866ee8539ec699 Mon Sep 17 00:00:00 2001 From: Felix Geller Date: Sat, 9 Sep 2023 11:30:11 +0200 Subject: [PATCH] switch branch name to main --- .github/workflows/go.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e91eb5b..7f4e456 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,9 +3,9 @@ name: Continuous Integration on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: diff --git a/README.md b/README.md index 97a2fb4..da898dd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# kt - a Kafka tool that likes JSON [![Build Status](https://travis-ci.org/fgeller/kt.svg?branch=master)](https://travis-ci.org/fgeller/kt) +# kt - a Kafka tool that likes JSON [![Build Status](https://travis-ci.org/fgeller/kt.svg?branch=main)](https://travis-ci.org/fgeller/kt) Some reasons why you might be interested: