Change branch name in GH actions workflows to 6.5
This commit is contained in:
parent
c5520590d4
commit
bb51c9772f
|
@ -9,10 +9,10 @@ name: Hibernate ORM build-Atlas
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- '6.5'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- '6.5'
|
||||||
|
|
||||||
permissions: {} # none
|
permissions: {} # none
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,10 @@ name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ 'main' ]
|
branches: [ '6.5' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ 'main' ]
|
branches: [ '6.5' ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '34 11 * * 4'
|
- cron: '34 11 * * 4'
|
||||||
|
|
||||||
|
|
|
@ -9,10 +9,10 @@ name: Hibernate ORM build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- '6.5'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- '6.5'
|
||||||
|
|
||||||
permissions: {} # none
|
permissions: {} # none
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue