Skip to content

Commit bacf9de

Browse files
committed
fix docker trigger
1 parent a4b532b commit bacf9de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Docker publish vizzu-dev-desktop
22

33
on:
4-
push:
4+
pull_request:
55
branches-ignore:
66
- main
77
paths:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Docker publish vizzu-dev-wasm
22

33
on:
4-
push:
4+
pull_request:
55
branches-ignore:
66
- main
77
paths:

0 commit comments

Comments
 (0)