diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4b9c3b9..58cd5de 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,7 +1,11 @@ name: Test on: - - pull_request + pull_request: + push: + branches: + - master + - releases/* jobs: lint-test: diff --git a/README.md b/README.md index c9192d5..f92e3cb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # *Kind* Action +[![](https://github.com/helm/kind-action/workflows/Test/badge.svg?branch=master)](https://github.com/helm/kind-action/actions) + A GitHub Action for Kubernetes IN Docker - local clusters for testing Kubernetes using [kubernetes-sigs/kind](https://kind.sigs.k8s.io/). ## Usage