Skip to content

Commit 2d7f063

Browse files
committed
[hibernate#1930] Update GitHub action to build and release snapshots
1 parent e1228ef commit 2d7f063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# GitHub actions for branch testing the latest Hibernate ORM 6.5 snapshot
1+
# GitHub actions for branch testing the latest Hibernate ORM 6.6 snapshot
22
name: Hibernate Reactive CI
33

44
on:
55
push:
66
branches:
7-
- wip/2.3
7+
- wip/2.4
88
pull_request:
9-
branches: wip/2.3
9+
branches: [ wip/2.4 ]
1010
schedule:
1111
# * is a special character in YAML, so you have to quote this string
1212
# Run every hour at minute 25

0 commit comments

Comments
 (0)