Skip to content

Commit

Permalink
allow manual releases of v21
Browse files Browse the repository at this point in the history
  • Loading branch information
sigpwned committed Sep 25, 2023
1 parent d7031c0 commit 670c97c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deliver21.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: deliver21

on:
workflow_dispatch:
push:
branches:
- release/21
Expand Down Expand Up @@ -37,4 +38,4 @@ jobs:
with:
registry-type: "public"
- name: Deploy artifacts
run: mvn -B clean dependency:copy-dependencies docker:build docker:tag docker:push
run: mvn -B clean dependency:copy-dependencies docker:build docker:tag docker:push

0 comments on commit 670c97c

Please sign in to comment.