From b35ff232b0554a6d4be6c2aa32be013ea76e6922 Mon Sep 17 00:00:00 2001 From: Artem Getmanskii Date: Mon, 30 Jun 2025 03:29:21 +0300 Subject: [PATCH 1/2] fix badge path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2f39e2..6cca8d6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Max Bot SDK 𝛂 -[![build status](https://github.com/max-messenger/max-bot-sdk-java/workflows/Build/badge.svg?branch=master)](https://github.com/max-messenger/max-bot-sdk/actions?query=workflow%3A%22Build%22) +[![build status](https://github.com/max-messenger/max-bot-sdk-java/actions/workflows/build.yml/badge.svg)](https://github.com/max-messenger/max-bot-sdk/actions/workflows/build.yml) Max Bot SDK is a simple library built on top of [max-bot-api-client-java](https://github.com/max-messenger/max-bot-api-client-java) that helps you to develop bots for [Max](https://web.max.ru) quickly. From 01baebb8c0b4bdb0f620d954bd6e928a0d470591 Mon Sep 17 00:00:00 2001 From: Artem Getmanskii Date: Mon, 30 Jun 2025 03:31:06 +0300 Subject: [PATCH 2/2] build run at pull_request --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d95ddd..f63333f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: Build -on: [push] +on: [push, pull_request] jobs: build: