Skip to content

Commit 24a9a37

Browse files
committed
fix
1 parent 2d7f063 commit 24a9a37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ name: Hibernate Reactive CI
44
on:
55
push:
66
branches:
7-
- wip/2.4
7+
- 'wip/2.4'
88
pull_request:
9-
branches: [ wip/2.4 ]
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)