Skip to content

Commit

Permalink
Merge pull request #2 from nolar/proper-branches-for-ci
Browse files Browse the repository at this point in the history
Trigger CI on proper v1/v2/etc branches
  • Loading branch information
nolar authored Nov 29, 2020
2 parents 2b27f7a + bfbf529 commit b91b4f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b91b4f0

Please sign in to comment.