HHH-17460 - Ongoing JPA 32 work
This commit is contained in:
parent
5081da636c
commit
5a52290e9c
|
@ -10,11 +10,14 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
- 'wip/7.0'
|
||||||
# WARNING: Using pull_request_target to access secrets, but we check out the PR head commit.
|
# WARNING: Using pull_request_target to access secrets, but we check out the PR head commit.
|
||||||
# See checkout action for details.
|
# See checkout action for details.
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
- 'wip/7.0'
|
||||||
|
|
||||||
|
|
||||||
permissions: {} # none
|
permissions: {} # none
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue