We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62627dc commit d39cc6fCopy full SHA for d39cc6f
.github/workflows/test.yaml
@@ -4,7 +4,8 @@ on:
4
pull_request:
5
push:
6
branches:
7
- - master
+ - main
8
+ - releases/*
9
10
jobs:
11
lint-test:
README.md
@@ -1,6 +1,6 @@
1
# *Kind* Action
2
3
-[](https://github.com/helm/kind-action/actions)
+[](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/).
0 commit comments