Skip to content

Commit 8f2b83e

Browse files
author
Vladimir Kotal
committed
use double wildcard to match any tag
1 parent 545d81b commit 8f2b83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- master
88
tags:
9-
- *
9+
- '**'
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)