Update branch names CI related files for 6.2
This commit is contained in:
parent
1d62d2d66e
commit
76275c70c9
|
@ -2,10 +2,10 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ 'main' ]
|
||||
branches: [ '6.2' ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ 'main' ]
|
||||
branches: [ '6.2' ]
|
||||
schedule:
|
||||
- cron: '34 11 * * 4'
|
||||
|
||||
|
|
|
@ -9,10 +9,10 @@ name: Hibernate ORM build
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- '6.2'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- '6.2'
|
||||
|
||||
permissions: {} # none
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ It also provides an implementation of the JPA specification, which is the standa
|
|||
|
||||
This is the repository of its source code; see https://hibernate.org/orm/[Hibernate.org] for additional information.
|
||||
|
||||
image:https://ci.hibernate.org/job/hibernate-orm-pipeline/job/main/badge/icon[Build Status,link=https://ci.hibernate.org/job/hibernate-orm-pipeline/job/main/]
|
||||
image:https://ci.hibernate.org/job/hibernate-orm-pipeline/job/6.2/badge/icon[Build Status,link=https://ci.hibernate.org/job/hibernate-orm-pipeline/job/6.2/]
|
||||
image:https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A[link=https://ge.hibernate.org/scans]
|
||||
|
||||
== Continuous Integration
|
||||
|
|
Loading…
Reference in New Issue