Skip to content

Commit

Permalink
Fix docker workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
veghdev committed Nov 9, 2023
1 parent d6b886c commit ae084a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-vizzu-dev-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- '**/vizzu-dev-desktop'
- '**/docker-vizzu-dev-desktop.yml'

jobs:
build-and-push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-vizzu-dev-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- '**/vizzu-dev-wasm'
- '**/docker-vizzu-dev-wasm.yml'

jobs:
build-and-push:
Expand Down

0 comments on commit ae084a6

Please sign in to comment.