From edeaf4d3579137d86801d447ad9ce79d02c7d3bd Mon Sep 17 00:00:00 2001 From: Thilo W Date: Mon, 21 Feb 2022 14:08:50 +0100 Subject: [PATCH] renamed build --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee78a884..58c26ac4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ --- -name: build-publish +name: Build on: push: tags: diff --git a/README.md b/README.md index 65f6d8af..68b0e139 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ansible-collection-icinga -[![CI](https://github.com/Icinga/ansible-collection-icinga/workflows/build-publish/badge.svg?event=push)](https://github.com/Icinga/ansible-collection-icinga/actions/workflows/build.yml/badge.svg) +[![CI](https://github.com/Icinga/ansible-collection-icinga/workflows/build/badge.svg?event=push)](https://github.com/Icinga/ansible-collection-icinga/actions/workflows/build.yml/badge.svg) [![PythonUnit](https://github.com/Icinga/ansible-collection-icinga/workflows/Python%20Unittest/badge.svg?event=push)](https://github.com/Icinga/ansible-collection-icinga/actions/workflows/python-test.yml/badge.svg) Collection to setup and manage components of the Icinga software stack.