From 8ec6f77ad8218111e65c63d2a54454c9fc6c3753 Mon Sep 17 00:00:00 2001 From: Adam Murray Date: Fri, 4 Oct 2024 14:29:46 -0500 Subject: [PATCH] update filename used in badge to show nightly build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97a86bbb..3d7529f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Liquibase Hibernate Integration [![Build and Test Extension](https://github.com/liquibase/liquibase-hibernate/actions/workflows/build.yml/badge.svg)](https://github.com/liquibase/liquibase-hibernate/actions/workflows/build.yml) +# Liquibase Hibernate Integration [![Build and Test Extension](https://github.com/liquibase/liquibase-hibernate/actions/workflows/build-nightly.yml/badge.svg)](https://github.com/liquibase/liquibase-hibernate/actions/workflows/build.yml) This is a Liquibase extension for connecting to Hibernate. The extension lets you use your Hibernate configuration as a comparison database for diff, diffChangeLog, and generateChangeLog in Liquibase.