From 7d62edc3bab4876f636dad207c9aa0ca8527cb54 Mon Sep 17 00:00:00 2001 From: Sergey Vasilyev Date: Mon, 30 Nov 2020 00:30:52 +0100 Subject: [PATCH 1/2] Trigger CI on proper v1/v2/etc branches The `master` branch is removed as unnecessary. --- .github/workflows/ci.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 52df91e..2ed9579 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,12 +2,10 @@ name: CI on: push: branches: - - master - - release/** + - v[0-9]+ pull_request: branches: - - master - - release/** + - v[0-9]+ workflow_dispatch: {} jobs: From bfbf5295a8f4e116b70b2a22139816e063b88582 Mon Sep 17 00:00:00 2001 From: Sergey Vasilyev Date: Mon, 30 Nov 2020 00:32:24 +0100 Subject: [PATCH 2/2] Fix the title in the Marketplace --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 64ac53f..2a2fb9f 100644 --- a/action.yaml +++ b/action.yaml @@ -1,5 +1,5 @@ -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