From 19449ae3621bc812ec9519c3c41f76c427c11801 Mon Sep 17 00:00:00 2001 From: Davide D'Alto Date: Fri, 2 Aug 2024 12:11:43 +0200 Subject: [PATCH] [#1930] Update GitHub action to build and release snapshots --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b156350c55..27c99abfed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,12 +1,12 @@ -# GitHub actions for branch testing the latest Hibernate ORM 6.5 snapshot +# GitHub actions for branch testing the latest Hibernate ORM 6.6 snapshot name: Hibernate Reactive CI on: push: branches: - - wip/2.3 + - wip/2.4 pull_request: - branches: wip/2.3 + branches: wip/2.4 schedule: # * is a special character in YAML, so you have to quote this string # Run every hour at minute 25