Skip to content

Commit f65de52

Browse files
committed
ci: also trigger on tag
1 parent e51e6a5 commit f65de52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ci
33
on:
44
push:
55
branches: [main]
6+
tags: "*"
67
pull_request:
78
branches: [main]
89

0 commit comments

Comments
 (0)