We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491b82b commit 8120365Copy full SHA for 8120365
1 file changed
.github/workflows/ci.yml
@@ -66,7 +66,9 @@ jobs:
66
with:
67
body: ${{steps.github_release.outputs.changelog}}
68
tag_name: ${{ steps.bump.outputs.new_tag }}
69
+
70
releaseDocker:
71
+ if: github.event.pull_request.merged == true
72
runs-on: ubuntu-latest
73
needs: releaseGithub
74
steps:
0 commit comments