diff --git a/.github/workflows/build-and-run-tests-from-branch.yml b/.github/workflows/build-and-run-tests-from-branch.yml index c39b843c22..0e581ee963 100644 --- a/.github/workflows/build-and-run-tests-from-branch.yml +++ b/.github/workflows/build-and-run-tests-from-branch.yml @@ -1,4 +1,4 @@ -name: UTBot Java build and run tests +name: "UTBot Java: build and run tests" on: workflow_dispatch diff --git a/.github/workflows/build-and-run-tests.yml b/.github/workflows/build-and-run-tests.yml index 7dc35d968c..30af5f45ad 100644 --- a/.github/workflows/build-and-run-tests.yml +++ b/.github/workflows/build-and-run-tests.yml @@ -1,4 +1,4 @@ -name: UTBot Java build and run tests +name: "UTBot Java: build and run tests" on: push: diff --git a/.github/workflows/publish-plugin-and-cli-from-branch.yml b/.github/workflows/publish-plugin-and-cli-from-branch.yml index ba30f944f4..847442adf0 100644 --- a/.github/workflows/publish-plugin-and-cli-from-branch.yml +++ b/.github/workflows/publish-plugin-and-cli-from-branch.yml @@ -1,4 +1,4 @@ -name: Publish plugin and CLI as archives +name: "Plugin and CLI: publish as archives" on: workflow_dispatch: diff --git a/.github/workflows/publish-plugin-and-cli.yml b/.github/workflows/publish-plugin-and-cli.yml index 950265f252..df2ac0fc41 100644 --- a/.github/workflows/publish-plugin-and-cli.yml +++ b/.github/workflows/publish-plugin-and-cli.yml @@ -1,5 +1,4 @@ -name: Publish plugin and CLI as archives - +name: "Plugin and CLI: publish as archives" on: push: branches: [main] diff --git a/README.md b/README.md index 056d00b1f4..3da38dc837 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![Build UTBot and run unit tests](https://github.com/UnitTestBot/UTBotJava/actions/workflows/build-and-run-tests-utbot-java.yml/badge.svg)](https://github.com/UnitTestBot/UTBotJava/actions/workflows/build-and-run-tests-utbot-java.yml) +[![UTBot Java: build and run tests](https://github.com/UnitTestBot/UTBotJava/actions/workflows/build-and-run-tests.yml/badge.svg)](https://github.com/UnitTestBot/UTBotJava/actions/workflows/build-and-run-tests.yml) +[![Plugin and CLI: publish as archives](https://github.com/UnitTestBot/UTBotJava/actions/workflows/publish-plugin-and-cli.yml/badge.svg)](https://github.com/UnitTestBot/UTBotJava/actions/workflows/publish-plugin-and-cli.yml) # What is UTBotJava?