Skip to content

Commit c7ade5b

Browse files
committed
[#1970] Fix issues with GitHub actions
It wasn't building PR
1 parent 6430198 commit c7ade5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
tags:
88
- '2.*'
99
pull_request:
10-
branches: main
10+
branches:
11+
- main
1112

1213
# See https://github.com/hibernate/hibernate-orm/pull/4615 for a description of the behavior we're getting.
1314
concurrency:

0 commit comments

Comments
 (0)