Skip to content

Commit

Permalink
Update branch names CI related files for 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Jan 27, 2023
1 parent 1d62d2d commit 76275c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/contributor-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ name: Hibernate ORM build
on:
push:
branches:
- 'main'
- '6.2'
pull_request:
branches:
- 'main'
- '6.2'

permissions: {} # none

Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76275c7

Please sign in to comment.