Skip to content

Commit 1c1e61e

Browse files
Fix tag version check
1 parent f556974 commit 1c1e61e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches: [master]
6-
tags: ["v*"]
6+
tags: ["*"]
77
pull_request:
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)