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.