Skip to content

Commit ae084a6

Browse files
committed
Fix docker workflows
1 parent d6b886c commit ae084a6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docker-vizzu-dev-desktop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths:
66
- '**/vizzu-dev-desktop'
7+
- '**/docker-vizzu-dev-desktop.yml'
78

89
jobs:
910
build-and-push:

.github/workflows/docker-vizzu-dev-wasm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths:
66
- '**/vizzu-dev-wasm'
7+
- '**/docker-vizzu-dev-wasm.yml'
78

89
jobs:
910
build-and-push:

0 commit comments

Comments
 (0)