We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7031c0 commit 670c97cCopy full SHA for 670c97c
1 file changed
.github/workflows/deliver21.yml
@@ -1,6 +1,7 @@
1
name: deliver21
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches:
7
- release/21
@@ -37,4 +38,4 @@ jobs:
37
38
with:
39
registry-type: "public"
40
- name: Deploy artifacts
- run: mvn -B clean dependency:copy-dependencies docker:build docker:tag docker:push
41
+ run: mvn -B clean dependency:copy-dependencies docker:build docker:tag docker:push
0 commit comments