Skip to content

Commit 9614ba9

Browse files
committed
[#1930] Update GitHub action to build and release snapshots
1 parent e1228ef commit 9614ba9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
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:
10+
- 'wip/2.4'
1011
schedule:
1112
# * is a special character in YAML, so you have to quote this string
1213
# Run every hour at minute 25

0 commit comments

Comments
 (0)