diff --git a/.github/workflows/atlas.yml b/.github/workflows/atlas.yml index e77ee5c59f..935df2196d 100644 --- a/.github/workflows/atlas.yml +++ b/.github/workflows/atlas.yml @@ -9,10 +9,10 @@ name: Hibernate ORM build-Atlas on: push: branches: - - 'main' + - '6.5' pull_request: branches: - - 'main' + - '6.5' permissions: {} # none diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a05c7b585b..b58c535e73 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,10 +2,10 @@ name: "CodeQL" on: push: - branches: [ 'main' ] + branches: [ '6.5' ] pull_request: # The branches below must be a subset of the branches above - branches: [ 'main' ] + branches: [ '6.5' ] schedule: - cron: '34 11 * * 4' diff --git a/.github/workflows/contributor-build.yml b/.github/workflows/contributor-build.yml index d71952dfcd..21fe06cc03 100644 --- a/.github/workflows/contributor-build.yml +++ b/.github/workflows/contributor-build.yml @@ -9,10 +9,10 @@ name: Hibernate ORM build on: push: branches: - - 'main' + - '6.5' pull_request: branches: - - 'main' + - '6.5' permissions: {} # none