From 7b32faa7d152aaac2c824bc30467a99abf2a0209 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 15 Mar 2024 18:07:55 -0700 Subject: [PATCH] fix CI badges Signed-off-by: Sean Corfield --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8836c3b..9210cbe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# next.jdbc [![Clojure CI](https://github.com/seancorfield/next-jdbc/actions/workflows/test.yml/badge.svg)](https://github.com/seancorfield/next-jdbc/actions/workflows/test.yml) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/seancorfield/next-jdbc) +# next.jdbc [![Clojure CI Release](https://github.com/seancorfield/next-jdbc/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/seancorfield/next-jdbc/actions/workflows/test-and-release.yml) [![Clojure CI Develop](https://github.com/seancorfield/next-jdbc/actions/workflows/test-and-snapshot.yml/badge.svg)](https://github.com/seancorfield/next-jdbc/actions/workflows/test-and-snapshot.yml) [![Clojure CI Pull Request](https://github.com/seancorfield/next-jdbc/actions/workflows/test.yml/badge.svg)](https://github.com/seancorfield/next-jdbc/actions/workflows/test.yml) The next generation of `clojure.java.jdbc`: a new low-level Clojure wrapper for JDBC-based access to databases.