diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eb24c5dd..f378b5d2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,6 +6,9 @@ on: pull_request: branches: [devel] + push: + branches: [devel] + jobs: pull_request: runs-on: ubuntu-18.04 diff --git a/README.md b/README.md index eb012d2c..e42efa98 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AWX Operator -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Build Status](https://travis-ci.org/ansible/awx-operator.svg?branch=devel)](https://travis-ci.org/ansible/awx-operator) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Build Status](https://github.com/ansible/awx-operator/workflows/CI/badge.svg?event=push)](https://github.com/ansible/awx-operator/actions) An [Ansible AWX](https://github.com/ansible/awx) operator for Kubernetes built with [Operator SDK](https://github.com/operator-framework/operator-sdk) and Ansible.