From 885d7f822a3cceaf5df65859ef4d62157bb7dcda Mon Sep 17 00:00:00 2001 From: Andrey Bogoyavlenskiy Date: Sat, 28 Sep 2024 20:51:36 +0100 Subject: [PATCH] Fix CI badge in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb8a874..b21b9d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Automigrate -[![CI](https://github.com/abogoyavlensky/automigrate/actions/workflows/checks.yaml/badge.svg?branch=master)](https://github.com/abogoyavlensky/automigrate/actions/workflows/checks.yaml) +[![CI](https://github.com/abogoyavlensky/automigrate/actions/workflows/master.yaml/badge.svg?branch=master)](https://github.com/abogoyavlensky/automigrate/actions/workflows/master.yaml) [![cljdoc badge](https://cljdoc.org/badge/net.clojars.abogoyavlensky/automigrate)](https://cljdoc.org/jump/release/net.clojars.abogoyavlensky/automigrate) Auto-generated database schema migrations for Clojure. Define models as plain EDN data