diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 4e8d96ef..7bf0103a 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -1,5 +1,6 @@ name: CI on: + - push - pull_request jobs: diff --git a/README.md b/README.md index fbe46792..10ba7282 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kubernetes Collection for Ansible -![](https://github.com/ansible-collections/kubernetes/workflows/CI/badge.svg?branch=master) +[![CI](https://github.com/ansible-collections/kubernetes/workflows/CI/badge.svg?branch=master)](https://github.com/ansible-collections/kubernetes/actions) This repo hosts the `community.kubernetes` Ansible Collection.