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 b9b3876 commit eb20e10Copy full SHA for eb20e10
.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