From 7211e51eb94493e2583b7b59497e9e13b7a4e1b5 Mon Sep 17 00:00:00 2001 From: Callan Gray Date: Sun, 20 Jul 2025 17:06:27 +0800 Subject: [PATCH] correct CI badge Signed-off-by: Callan Gray --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cfd9d9b..bd8a9310 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CI](https://github.com/calgray/astropy-xarray/workflows/CI/badge.svg?branch=main)](https://github.com/calgray/astropy-xarray/actions?query=branch%3Amain) +[![CI](https://github.com/calgray/astropy-xarray/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/calgray/astropy-xarray/actions/workflows/ci.yml) [![code coverage](https://codecov.io/gh/calgray/astropy-xarray/branch/main/graph/badge.svg)](https://codecov.io/gh/calgray/astropy-xarray) [![docs](https://readthedocs.org/projects/astropy-xarray/badge/?version=latest)](https://astropy-xarray.readthedocs.io) [![PyPI version](https://img.shields.io/pypi/v/astropy-xarray.svg)](https://pypi.org/project/astropy-xarray)