From 2962da215856631f9ee7b418d0385b1c410ac953 Mon Sep 17 00:00:00 2001 From: Juan Orduz Date: Tue, 23 Apr 2024 17:04:41 +0200 Subject: [PATCH] Fix build badge (#645) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebd11932..6dcc83c9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ---- -![Build](https://github.com/pymc-labs/pymc-marketing/workflows/ci/badge.svg) +![Build](https://github.com/pymc-labs/pymc-marketing/actions/workflows/ci.yml/badge.svg) [![codecov](https://codecov.io/gh/pymc-labs/pymc-marketing/branch/main/graph/badge.svg?token=OBV3BS5TYE)](https://codecov.io/gh/pymc-labs/pymc-marketing) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![docs](https://readthedocs.org/projects/pymc-marketing/badge/?version=latest)](https://docs.readthedocs.io/en/latest/)