Skip to content

Commit 61c4e39

Browse files
committed
ci: Add on-push-tags trigger
1 parent 617855b commit 61c4e39

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Build and Release
33
on:
44
push:
55
branches: [ main ]
6+
tags:
7+
- v*.*.*
68
pull_request:
79
branches: [ main ]
810

0 commit comments

Comments
 (0)