Skip to content

Commit 1e9c0d6

Browse files
authored
Update upload_image.yaml
1 parent dfe843a commit 1e9c0d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/upload_image.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Upload Image
22
on:
3-
workflow_dispatch: {}
4-
release:
5-
types: [published]
3+
pull_request:
4+
types: ["opened", "synchronize"]
65

76
jobs:
87
build-docker-image:

0 commit comments

Comments
 (0)