Skip to content

Commit 4bfcc60

Browse files
committed
ci(sdk-python): trigger CI on main branch and restore badge to main
Adding main to the push trigger ensures a workflow run exists on main after each merge, so the shields.io badge can resolve a real status instead of showing "no status".
1 parent cccd1bc commit 4bfcc60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [dev]
5+
branches: [main, dev]
66
pull_request:
77
branches: [main, dev]
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**API observability & intelligence for FastAPI/Starlette — local-first, privacy-first.**
44

55
[![PyPI version](https://img.shields.io/pypi/v/apiforgepy?color=0066FF)](https://pypi.org/project/apiforgepy/)
6-
[![CI](https://img.shields.io/github/actions/workflow/status/APIForge-Organisation/sdk-python/ci.yml?branch=dev&label=CI)](https://github.com/APIForge-Organisation/sdk-python/actions)
6+
[![CI](https://img.shields.io/github/actions/workflow/status/APIForge-Organisation/sdk-python/ci.yml?branch=main&label=CI)](https://github.com/APIForge-Organisation/sdk-python/actions)
77
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE)
88
[![Python](https://img.shields.io/badge/python-%3E%3D3.11-brightgreen)](https://python.org)
99

0 commit comments

Comments
 (0)