Skip to content

Commit 9ae9a40

Browse files
Add tag trigger for release workflow
1 parent 6e07a4f commit 9ae9a40

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)