We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b27f7a + bfbf529 commit b91b4f0Copy full SHA for b91b4f0
.github/workflows/ci.yaml
@@ -2,12 +2,10 @@ name: CI
2
on:
3
push:
4
branches:
5
- - master
6
- - release/**
+ - v[0-9]+
7
pull_request:
8
9
10
11
workflow_dispatch: {}
12
13
jobs:
action.yaml
@@ -1,5 +1,5 @@
1
-name: Setup K3s/K3d
-description: Setup a lightweight Kubernetes cluster with K3s/K3d
+name: Setup K3d/K3s
+description: Setup a lightweight Kubernetes cluster with K3d/K3s
author: nolar
branding:
icon: cloud
0 commit comments