Skip to content

Commit f7dd05c

Browse files
authored
Merge branch 'v1.0-dev' into ci/claude-code-review-3
2 parents a229317 + 98d5e8a commit f7dd05c

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

.github/workflows/clippy.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,20 @@ on:
55
branches:
66
- main
77
- "v*-dev"
8+
paths:
9+
- "**/*.rs"
10+
- "**/Cargo.toml"
11+
- "Cargo.lock"
12+
- ".cargo/config.toml"
13+
- ".github/workflows/clippy.yml"
814
pull_request:
915
types: [opened, synchronize, reopened, ready_for_review]
16+
paths:
17+
- "**/*.rs"
18+
- "**/Cargo.toml"
19+
- "Cargo.lock"
20+
- ".cargo/config.toml"
21+
- ".github/workflows/clippy.yml"
1022

1123
concurrency:
1224
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/tests.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,20 @@ on:
55
branches:
66
- main
77
- "v*-dev"
8+
paths:
9+
- "**/*.rs"
10+
- "**/Cargo.toml"
11+
- "Cargo.lock"
12+
- ".cargo/config.toml"
13+
- ".github/workflows/tests.yml"
814
pull_request:
915
types: [opened, synchronize, reopened, ready_for_review]
16+
paths:
17+
- "**/*.rs"
18+
- "**/Cargo.toml"
19+
- "Cargo.lock"
20+
- ".cargo/config.toml"
21+
- ".github/workflows/tests.yml"
1022

1123
concurrency:
1224
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)