From 8eb3cfd19df8897791ec4f631fba11781225fdda Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 16 Apr 2024 17:31:44 +0200 Subject: [PATCH] Update build status badge in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e137a823..82400ecd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Spring for GraphQL [![Build status](https://ci.spring.io/api/v1/teams/spring-graphql/pipelines/spring-graphql-1.2.x/jobs/build/badge)](https://ci.spring.io/teams/spring-graphql/pipelines/spring-graphql-1.2.x) [![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.spring.io/scans?search.rootProjectNames=spring-graphql) +# Spring for GraphQL [![Build status](https://github.com/spring-projects/spring-graphql/actions/workflows/build-and-deploy-snapshot.yml/badge.svg?branch=1.2.x)](https://github.com/spring-projects/spring-graphql/actions/workflows/build-and-deploy-snapshot.yml?query=branch%3A1.2.x) [![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.spring.io/scans?search.rootProjectNames=spring-graphql) [GraphQL](https://graphql.org/) support for Spring applications with [GraphQL Java](https://github.com/graphql-java/graphql-java).