mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
Change branch names to 6.6
This commit is contained in:
parent
3002fc31c0
commit
ec204e46cd
4
.github/workflows/atlas.yml
vendored
4
.github/workflows/atlas.yml
vendored
@ -9,12 +9,12 @@ name: Hibernate ORM build-Atlas
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- '6.6'
|
||||
# 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'
|
||||
- '6.6'
|
||||
|
||||
permissions: {} # none
|
||||
|
||||
|
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@ -2,10 +2,10 @@ name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ 'main' ]
|
||||
branches: [ '6.6' ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ 'main' ]
|
||||
branches: [ '6.6' ]
|
||||
schedule:
|
||||
- cron: '34 11 * * 4'
|
||||
|
||||
|
4
.github/workflows/contributor-build.yml
vendored
4
.github/workflows/contributor-build.yml
vendored
@ -9,12 +9,12 @@ name: Hibernate ORM build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- '6.6'
|
||||
# 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'
|
||||
- '6.6'
|
||||
|
||||
permissions: {} # none
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user