Skip to content

Commit c1eaa41

Browse files
committed
ci: update workflow tag trigger pattern to '0.*'
1 parent d45b782 commit c1eaa41

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

0 commit comments

Comments
 (0)