Enabled CodeQL and Atlas again
This commit is contained in:
parent
abf0e945b0
commit
9f58dc1b98
|
@ -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
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue