We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286ac9d commit 5bda9a1Copy full SHA for 5bda9a1
1 file changed
.github/workflows/release.yml
@@ -4,7 +4,9 @@ on:
4
push:
5
branches: [main]
6
release:
7
- types: [published]
+ types:
8
+ - published
9
+ - edited
10
11
jobs:
12
publish-to-dockerhub:
0 commit comments