Skip to content

Commit 99ff15e

Browse files
committed
[FEATURE] Allow manual trigger for TER release
Related #717 Signed-off-by: Marcus Schwemer <marcus.schwemer@in2code.de>
1 parent ad84bc5 commit 99ff15e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ter-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: TER release
22

33
on:
4+
workflow_dispatch:
5+
tags:
6+
- '*'
47
push:
58
tags:
69
- '*'

0 commit comments

Comments
 (0)