Skip to content

Commit b91b4f0

Browse files
authored
Merge pull request #2 from nolar/proper-branches-for-ci
Trigger CI on proper v1/v2/etc branches
2 parents 2b27f7a + bfbf529 commit b91b4f0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/ci.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ name: CI
22
on:
33
push:
44
branches:
5-
- master
6-
- release/**
5+
- v[0-9]+
76
pull_request:
87
branches:
9-
- master
10-
- release/**
8+
- v[0-9]+
119
workflow_dispatch: {}
1210

1311
jobs:

action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Setup K3s/K3d
2-
description: Setup a lightweight Kubernetes cluster with K3s/K3d
1+
name: Setup K3d/K3s
2+
description: Setup a lightweight Kubernetes cluster with K3d/K3s
33
author: nolar
44
branding:
55
icon: cloud

0 commit comments

Comments
 (0)