Skip to content

Commit

Permalink
Merge pull request #721 from liquibase/admah/fix-readme-badge
Browse files Browse the repository at this point in the history
fix: update filename used in badge to show nightly build status
  • Loading branch information
lbadam authored Oct 4, 2024
2 parents da50f65 + 8ec6f77 commit 19ffdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 19ffdc0

Please sign in to comment.