Skip to content

Commit 25b9686

Browse files
fix: ci build on release (#2)
Co-authored-by: Tuan Vuong <vanhtuan0409@gmail.com>
1 parent f21310f commit 25b9686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snapshot.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Snapshot
22

33
on:
44
push:
5-
branches:
6-
- master
5+
tags:
6+
- v*
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)