From b80632efbd628968b10be3ceabc6efdbe92742c8 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 30 Jan 2020 17:03:44 -0600 Subject: [PATCH] Build on push, and link CI badge to Actions. --- .github/workflows/ansible-test.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.