Skip to content

Commit 0246894

Browse files
fix(ci): update path filters for new workflows
1 parent 1b7324f commit 0246894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/preview-kubernetes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- '.holo/config.toml'
99
- '.holo/sources/jarvus-cluster-template.toml'
1010
- '.holo/branches/releases/**'
11-
- '.github/workflows/service-*'
11+
- '.github/workflows/*-kubernetes.yml'
1212
- 'ci/**'
1313
- 'kubernetes/apps/**'
1414
- 'kubernetes/system/**'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[holomapping]
2-
files = [ "ci/**", "kubernetes/apps/**", "kubernetes/system/**", ".github/workflows/service-*" ]
2+
files = [ "ci/**", "kubernetes/apps/**", "kubernetes/system/**", ".github/workflows/*-kubernetes.yml" ]
33
before = "*"

0 commit comments

Comments
 (0)