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 699f2af commit a2af5e8Copy full SHA for a2af5e8
.github/workflows/ci.yml
@@ -1,6 +1,9 @@
1
name: CI
2
on:
3
push:
4
+ paths-ignore:
5
+ - "README.md"
6
+ - "LICENSE"
7
pull_request:
8
jobs:
9
ci:
readme.md renamed to README.md
@@ -1,5 +1,9 @@
# `kubeconfig-merge`: Painless and faultless way to merge kubeconfig files
-
+---
+
+
+
+
## Arguments
| Argument | Description | Default |
0 commit comments