Skip to content

Commit aabc174

Browse files
committed
test: test github action
Signed-off-by: zongz <[email protected]>
1 parent f451f29 commit aabc174

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/install-kcl-lsp.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: script-kcl-lsp
2-
on:
3-
push:
4-
branches:
5-
- main
2+
on: push
3+
64
jobs:
75
check-macos:
86
strategy:

.github/workflows/install-kcl.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: script-kcl
2-
on:
3-
push:
4-
branches:
5-
- main
2+
on: push
3+
64
jobs:
75
check-macos:
86
strategy:

0 commit comments

Comments
 (0)