This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new a212222fd readme: Add missing workflows to CI status
a212222fd is described below

commit a212222fd306af8b9aba61f4be2184ad1d16223e
Author: Szymon Janc <[email protected]>
AuthorDate: Tue Feb 17 09:23:28 2026 +0100

    readme: Add missing workflows to CI status
    
    This was missing from main page report.
---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 00cb27c63..e88acd799 100644
--- a/README.md
+++ b/README.md
@@ -29,14 +29,22 @@
   <img 
src="https://github.com/apache/mynewt-nimble/actions/workflows/build_targets.yml/badge.svg";>
 <a/>
 
+<a 
href="https://github.com/apache/mynewt-nimble/actions/workflows/build_cc_target.yml";>
+  <img 
src="https://github.com/apache/mynewt-nimble/actions/workflows/build_cc_target.yml/badge.svg";>
+<a/>
+
 <a 
href="https://github.com/apache/mynewt-nimble/actions/workflows/build_ports.yml";>
   <img 
src="https://github.com/apache/mynewt-nimble/actions/workflows/build_ports.yml/badge.svg";>
 <a/>
 
-<a 
href="https://github.com/apache/mynewt-nimble/actions/workflows/newt_test_all.yml/badge.svg";>
+<a 
href="https://github.com/apache/mynewt-nimble/actions/workflows/newt_test_all.yml";>
   <img 
src="https://github.com/apache/mynewt-nimble/actions/workflows/newt_test_all.yml/badge.svg";>
 <a/>
 
+<a 
href="https://github.com/apache/mynewt-nimble/actions/workflows/build_all_apps.yml";>
+  <img 
src="https://github.com/apache/mynewt-nimble/actions/workflows/build_all_apps.yml/badge.svg";>
+<a/>
+
 <p>
 
 Apache NimBLE is an open-source Bluetooth 5.4 stack (both Host & Controller)

Reply via email to