Skip to content

Commit 3ad0b1a

Browse files
authored
fix: CI trigger for git tags (#18)
1 parent ea59b6e commit 3ad0b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- 'main'
77
tags:
8-
- "[0-9].[0-9]+.[0-9]+*"
8+
- "v[0-9].[0-9]+.[0-9]+*"
99
pull_request:
1010
branches:
1111
- 'main'

0 commit comments

Comments
 (0)