diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7bc229b620..fc9b67f0ae 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,10 +2,10 @@ name: "CodeQL" on: push: - branches: [ 'main' ] + branches: [ '6.3' ] pull_request: # The branches below must be a subset of the branches above - branches: [ 'main' ] + branches: [ '6.3' ] schedule: - cron: '34 11 * * 4' diff --git a/.github/workflows/contributor-build.yml b/.github/workflows/contributor-build.yml index a24e7e3597..812ca75d15 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.3' pull_request: branches: - - 'main' + - '6.3' permissions: {} # none