Skip to content

Commit 6cc4182

Browse files
author
Pat
authored
workflows: quote the regex for tag detection (#61)
* workflows: quote the regex for tag detection * workflows: add manual run for unstable release Signed-off-by: Patrick Stephens <pat@calyptia.com>
1 parent 3523674 commit 6cc4182

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/packages.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
- master
77
# Any tag starting with 'v'
88
tags:
9-
- v*
9+
- 'v*'
10+
workflow_dispatch:
1011

1112
jobs:
1213
build-distro-packages:

0 commit comments

Comments
 (0)