Skip to content

Commit 09a9ec1

Browse files
committed
ci: make CI trigger on tags
1 parent 3723c93 commit 09a9ec1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
- ci/test-autobuild
7+
tags:
8+
- 'v*'
89
pull_request:
910
types:
1011
- opened

0 commit comments

Comments
 (0)