From bbac863a2acbf6566e7a32ac4c0bacddf8680998 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 29 Oct 2024 09:19:25 -0700 Subject: [PATCH] run bb tests on develop and PR; add #549 to changelog Signed-off-by: Sean Corfield --- .github/workflows/test-bb.yml | 6 +++++- CHANGELOG.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-bb.yml b/.github/workflows/test-bb.yml index cf114c1..20fd494 100644 --- a/.github/workflows/test-bb.yml +++ b/.github/workflows/test-bb.yml @@ -1,6 +1,10 @@ name: Babashka tests -on: [pull_request] +on: + pull_request: + push: + branches: + - develop jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md index a3057d5..797aadb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changes * 2.6.next in progress - * Fix [#549](https://github.com/seancorfield/honeysql/issues/549) by using `:bb` conditionals to support Babashka (and still support Clojure 1.9.0). + * Fix [#549](https://github.com/seancorfield/honeysql/issues/549) by using `:bb` conditionals to support Babashka (and still support Clojure 1.9.0), and add testing against Babashka so it is fully-supported as a target via PR [#550](https://github.com/seancorfield/honeysql/pull/550) [@borkdude](https://github.com/borkdude) * 2.6.1203 -- 2024-10-22 * Fix [#548](https://github.com/seancorfield/honeysql/issues/548) which was a regression introduced in [#526](https://github.com/seancorfield/honeysql/issues/526) (in 2.6.1161).