Skip to content

Commit

Permalink
Update default branch reference from master to main (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Apr 21, 2021
1 parent 62627dc commit d39cc6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Expand Up @@ -4,7 +4,8 @@ on:
pull_request:
push:
branches:
- master
- main
- releases/*

jobs:
lint-test:
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# *Kind* Action

[![](https://github.com/helm/kind-action/workflows/Test/badge.svg?branch=master)](https://github.com/helm/kind-action/actions)
[![](https://github.com/helm/kind-action/workflows/Test/badge.svg?branch=main)](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/).

Expand Down

0 comments on commit d39cc6f

Please sign in to comment.