We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7f498 commit 64c256cCopy full SHA for 64c256c
2 files changed
.github/workflows/integration.yaml
@@ -4,7 +4,25 @@ on:
4
push:
5
branches:
6
- main
7
+ paths:
8
+ - 'components/**'
9
+ - 'overlays/**'
10
+ - 'install.sh'
11
+ - 'uninstall.sh'
12
+ - '.github/workflows/integration.yaml'
13
+ - '.github/actions/**'
14
+ - '.github/scripts/**'
15
+ - '.github/config/**'
16
pull_request:
17
18
19
20
21
22
23
24
25
26
27
jobs:
28
compute-matrix:
.github/workflows/validate.yaml
@@ -4,7 +4,15 @@ on:
+ paths-ignore:
+ - '*.md'
+ - 'LICENSE'
+ - '.docs-preview/**'
kustomize-build:
0 commit comments