Skip to content

Commit d50a834

Browse files
committed
Fix release not being triggered
1 parent fc2a0d4 commit d50a834

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- main
6+
tags:
7+
- "*"
68
pull_request:
79

810
jobs:

0 commit comments

Comments
 (0)