Update CI badge to show status of push, not also PRs.

This commit is contained in:
Jeff Geerling
2020-02-12 09:02:38 -06:00
parent 16019872df
commit cec46a000e

View File

@@ -1,6 +1,6 @@
# Kubernetes Collection for Ansible
[![CI](https://github.com/ansible-collections/kubernetes/workflows/CI/badge.svg?branch=master)](https://github.com/ansible-collections/kubernetes/actions) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/kubernetes)](https://codecov.io/gh/ansible-collections/kubernetes)
[![CI](https://github.com/ansible-collections/kubernetes/workflows/CI/badge.svg?event=push)](https://github.com/ansible-collections/kubernetes/actions) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/kubernetes)](https://codecov.io/gh/ansible-collections/kubernetes)
This repo hosts the `community.kubernetes` Ansible Collection.