Change branch name in GH actions workflows to 6.5

This commit is contained in:
Christian Beikov 2024-03-27 15:56:57 +01:00
parent c5520590d4
commit bb51c9772f
3 changed files with 6 additions and 6 deletions

View File

@ -9,10 +9,10 @@ name: Hibernate ORM build-Atlas
on:
push:
branches:
- 'main'
- '6.5'
pull_request:
branches:
- 'main'
- '6.5'
permissions: {} # none

View File

@ -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'

View File

@ -9,10 +9,10 @@ name: Hibernate ORM build
on:
push:
branches:
- 'main'
- '6.5'
pull_request:
branches:
- 'main'
- '6.5'
permissions: {} # none