From 3591ee3d1e3e7dee1b0ca7a4601555925b56ae65 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Tue, 30 Apr 2024 15:37:55 -0400 Subject: [PATCH] CI Workfow Fixes (#142) --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 887ce3f..2447080 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - master + - main jobs: integration-test: diff --git a/README.md b/README.md index 5c5b4dc..1cd79b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BroadwayKafka -[![Build Status](https://github.com/dashbitco/broadway_kafka/workflows/CI/badge.svg)](https://github.com/dahsbitco/broadway_kafka/actions) +[![Build Status](https://github.com/dashbitco/broadway_kafka/actions/workflows/ci.yml/badge.svg)](https://github.com/dashbitco/broadway_kafka/actions/workflows/ci.yml) A Kafka connector for [Broadway](https://github.com/dashbitco/broadway).