From c7ade5b08bf1e88f9d548e3ebcd3d5f8ebc54e0c Mon Sep 17 00:00:00 2001 From: Davide D'Alto Date: Tue, 6 Aug 2024 17:35:51 +0200 Subject: [PATCH] [#1970] Fix issues with GitHub actions It wasn't building PR --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a7858c66..5ae63ba0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,8 @@ on: tags: - '2.*' pull_request: - branches: main + branches: + - main # See https://github.com/hibernate/hibernate-orm/pull/4615 for a description of the behavior we're getting. concurrency: