Skip to content

Commit

Permalink
fix paths for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Jun 17, 2024
1 parent 9fa3355 commit 27a6d66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-cli.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: Node.js CI for CLI

on:
push:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Node.js CI
name: Node.js CI for SDK

on:
push:
branches: [ master ]
paths:
- kimi
- "kimi/**"
pull_request:
branches: [ master ]
paths:
- kimi
- "kimi/**"

jobs:
build:
Expand Down

0 comments on commit 27a6d66

Please sign in to comment.