Skip to content

Commit c028cff

Browse files
fix: update paths field in workflow
Signed-off-by: sylvain-pierrot <[email protected]>
1 parent 7384a79 commit c028cff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-kasm-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- "develop"
88
paths:
9-
- "images/desktop/**"
9+
- "custom-images/desktop/**"
1010

1111
jobs:
1212
build-and-push:

.github/workflows/ci-kasm-terminal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- "develop"
88
paths:
9-
- "images/terminal/**"
9+
- "custom-images/terminal/**"
1010

1111
jobs:
1212
build-and-push:

0 commit comments

Comments
 (0)