Skip to content

Commit f1e1d2e

Browse files
author
Kevin Buchholz
authored
Merge pull request #73 from sourceboat/feature/add_build_stable_manual_workflow_action
2 parents 970623a + 25310e4 commit f1e1d2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/stableImageBuild.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
tags:
66
- '*.*.*'
7+
workflow_dispatch:
8+
tags:
9+
- '*.*.*'
710

811
jobs:
912
docker:

0 commit comments

Comments
 (0)