From 7a7a01eeaaa56b6e00574feb63be9c09e782f2c2 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Mon, 4 Mar 2024 13:53:41 -0800 Subject: [PATCH] improve build status listing Signed-off-by: Sean Corfield --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b145b..d3d413a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Honey SQL [![Clojure CI](https://github.com/seancorfield/honeysql/actions/workflows/test.yml/badge.svg)](https://github.com/seancorfield/honeysql/actions/workflows/test.yml) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/seancorfield/honeysql) +# Honey SQL [![Clojure CI Release](https://github.com/seancorfield/honeysql/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/seancorfield/honeysql/actions/workflows/test-and-release.yml) [![Clojure CI Develop](https://github.com/seancorfield/honeysql/actions/workflows/test-and-snapshot.yml/badge.svg)](https://github.com/seancorfield/honeysql/actions/workflows/test-and-snapshot.yml) [![Clojure CI Pull Request](https://github.com/seancorfield/honeysql/actions/workflows/test.yml/badge.svg)](https://github.com/seancorfield/honeysql/actions/workflows/test.yml) SQL as Clojure data structures. Build queries programmatically -- even at runtime -- without having to bash strings together.