Skip to content

Commit 3019bc2

Browse files
committed
ci: fix install-scirpt failing
1 parent 3c2287e commit 3019bc2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/install-script.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: ci
22
on:
3-
push: tags
3+
push:
4+
tags:
5+
- "*"
6+
47
jobs:
58
install-script:
69
strategy:

0 commit comments

Comments
 (0)