Skip to content

Commit 1d26f67

Browse files
committed
ci: fix tag regex
1 parent f3603e6 commit 1d26f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
tags:
7-
- '[0-9]+.[0-9]+.[0-9]+'
7+
- 'v[0-9]+.[0-9]+.[0-9]+'
88
pull_request:
99

1010
jobs:
@@ -206,7 +206,7 @@ jobs:
206206
path-to-lcov: './lcov.info'
207207

208208
publish:
209-
if: github.repository == 'drakulix/simplelog.rs' && startsWith(github.ref, 'refs/tags/')
209+
if: github.repository == 'Drakulix/simplelog.rs' && startsWith(github.ref, 'refs/tags/')
210210
needs:
211211
- format
212212
- doc

0 commit comments

Comments
 (0)