Skip to content

Commit a2b86d9

Browse files
committed
ci: update tag pattern in CI workflow to match semantic versioning
1 parent 3dd8a32 commit a2b86d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.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: [main]
6-
tags: ['0.*']
6+
tags: ['v*']
77
pull_request:
88
branches: [main]
99

0 commit comments

Comments
 (0)