Skip to content

Commit 670c97c

Browse files
committed
allow manual releases of v21
1 parent d7031c0 commit 670c97c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deliver21.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: deliver21
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- release/21
@@ -37,4 +38,4 @@ jobs:
3738
with:
3839
registry-type: "public"
3940
- name: Deploy artifacts
40-
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

Comments
 (0)