Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
Signed-off-by: shanghaikid <[email protected]>
  • Loading branch information
shanghaikid committed Dec 14, 2024
1 parent a523918 commit b9c900f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node sdk 2.x release
name: Publish package to npm

on:
release:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/check.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
name: Milvus2 Node sdk check when open pr
name: Run tests and coverage

on:
pull_request:
branches:
- main
- 2.4
types: [opened, synchronize]
paths-ignore:
- '.github/**'
- '*.md'
push:
branches:
- main
- 2.4
paths-ignore:
- '.github/**'
- '*.md'
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b9c900f

Please sign in to comment.