Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Max Bot SDK <sup><span title="Alpha version. Use in production at your own risk">𝛂</span></sup>

[![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.
Expand Down