Skip to content

Commit e22e9fe

Browse files
committed
fix: Add branch parameter to CI badge to force refresh
- GitHub caches badge images which can show stale status - Adding branch=main parameter helps with cache invalidation - CI is actually passing but badge shows red due to caching
1 parent 83f097d commit e22e9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Python](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
66
[![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=flat&logo=fastapi)](https://fastapi.tiangolo.com/)
77
[![Test Coverage](https://img.shields.io/badge/coverage-90%25-brightgreen.svg)](tests/)
8-
[![CI Tests](https://github.com/raold/second-brain/actions/workflows/test.yml/badge.svg)](https://github.com/raold/second-brain/actions/workflows/test.yml)
8+
[![CI Tests](https://github.com/raold/second-brain/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/raold/second-brain/actions/workflows/test.yml)
99

1010
> **🐳 Docker-First Development**: Zero host dependencies, bulletproof cross-platform development experience.
1111

0 commit comments

Comments
 (0)