Skip to content

Commit 6f90a12

Browse files
committed
[#1930] Update GitHub action to build and release snapshots
1 parent 25d9553 commit 6f90a12

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,13 +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:
99
branches:
10-
- 'wip/2.3'
10+
- 'wip/2.4'
1111
schedule:
1212
# * is a special character in YAML, so you have to quote this string
1313
# Run every hour at minute 25

0 commit comments

Comments
 (0)