From 97c975bde1b2659f4d68879131d7deb1c0527188 Mon Sep 17 00:00:00 2001 From: Yan Karpov Date: Fri, 23 Jun 2023 15:47:07 +0300 Subject: [PATCH] Badges fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ef591c..be04504 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Chat-server API for gRPC course project -[![build-and-test](https://github.com/satanaroom/chat_server/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/satanaroom/chat_server/actions/workflows/build-and-test.yml) -[![golangci-lint](https://github.com/satanaroom/chat_server/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/satanaroom/chat_server/actions/workflows/golangci-lint.yml) +[![build-and-test](https://github.com/satanaroom/chat_server/actions/workflows/build-and-test.yml/badge.svg?branch=main)](https://github.com/satanaroom/chat_server/actions/workflows/build-and-test.yml) +[![golangci-lint](https://github.com/satanaroom/chat_server/actions/workflows/golangci-lint.yml/badge.svg?branch=main)](https://github.com/satanaroom/chat_server/actions/workflows/golangci-lint.yml) Chat-server API - это микросервис, который предоставляет API для создание чатов, подключения к ним и отправку сообщений.