diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f3fed1c..3ff190a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,10 @@ name: "Rust CI" on: pull_request: + paths: + - "crates/**" + - "Cargo.toml" + - ".github/workflows/ci.yaml" concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}