Skip to content

Commit d39cc6f

Browse files
authored
Update default branch reference from master to main (#36)
Signed-off-by: Carlos Panato <[email protected]>
1 parent 62627dc commit d39cc6f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- master
7+
- main
8+
- releases/*
89

910
jobs:
1011
lint-test:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# *Kind* Action
22

3-
[![](https://github.com/helm/kind-action/workflows/Test/badge.svg?branch=master)](https://github.com/helm/kind-action/actions)
3+
[![](https://github.com/helm/kind-action/workflows/Test/badge.svg?branch=main)](https://github.com/helm/kind-action/actions)
44

55
A GitHub Action for Kubernetes IN Docker - local clusters for testing Kubernetes using [kubernetes-sigs/kind](https://kind.sigs.k8s.io/).
66

0 commit comments

Comments
 (0)