Enabled CodeQL and Atlas again

This commit is contained in:
Christian Beikov 2024-05-06 13:27:02 +02:00 committed by Steve Ebersole
parent abf0e945b0
commit 9f58dc1b98
2 changed files with 4 additions and 4 deletions

View File

@ -9,12 +9,12 @@ name: Hibernate ORM build-Atlas
on:
push:
branches:
- 'main'
- 'wip/7.0'
# WARNING: Using pull_request_target to access secrets, but we check out the PR head commit.
# See checkout action for details.
pull_request_target:
branches:
- 'main'
- 'wip/7.0'
permissions: {} # none

View File

@ -2,10 +2,10 @@ name: "CodeQL"
on:
push:
branches: [ 'main' ]
branches: [ 'wip/7.0' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ 'main' ]
branches: [ 'wip/7.0' ]
schedule:
- cron: '34 11 * * 4'