ci: run npm publish checks for cargo updates

This commit is contained in:
Xuanwo
2026-06-02 15:40:42 +08:00
parent c83a929662
commit 1dd7b59410

View File

@@ -14,6 +14,10 @@ on:
- main
tags:
- "v*"
pull_request:
paths:
- Cargo.toml
- Cargo.lock
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}