We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe843a commit 1e9c0d6Copy full SHA for 1e9c0d6
.github/workflows/upload_image.yaml
@@ -1,8 +1,7 @@
1
name: Upload Image
2
on:
3
- workflow_dispatch: {}
4
- release:
5
- types: [published]
+ pull_request:
+ types: ["opened", "synchronize"]
6
7
jobs:
8
build-docker-image:
0 commit comments