We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1228ef commit 2d7f063Copy full SHA for 2d7f063
.github/workflows/build.yml
@@ -1,12 +1,12 @@
1
-# GitHub actions for branch testing the latest Hibernate ORM 6.5 snapshot
+# GitHub actions for branch testing the latest Hibernate ORM 6.6 snapshot
2
name: Hibernate Reactive CI
3
4
on:
5
push:
6
branches:
7
- - wip/2.3
+ - wip/2.4
8
pull_request:
9
- branches: wip/2.3
+ branches: [ wip/2.4 ]
10
schedule:
11
# * is a special character in YAML, so you have to quote this string
12
# Run every hour at minute 25
0 commit comments