Skip to content

Commit

Permalink
Status badge, and also test on master and releases
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Rigby <scott@r6by.com>
  • Loading branch information
scottrigby committed Dec 22, 2019
1 parent c23a06f commit 19dda12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Test

on:
- pull_request
pull_request:
push:
branches:
- master
- releases/*

jobs:
lint-test:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 19dda12

Please sign in to comment.