Skip to content

Commit 4b909a5

Browse files
committed
ci: fix install-scirpt failing
1 parent 3c2287e commit 4b909a5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/install-script.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: ci
22
on:
3-
push: tags
3+
push:
4+
paths:
5+
- "scripts/install.sh"
6+
tags:
7+
- "*"
8+
49
jobs:
510
install-script:
611
strategy:

0 commit comments

Comments
 (0)