Skip to content

Commit ab809c3

Browse files
committed
Add build.rs to CI path filters to trigger on build script changes
https://claude.ai/code/session_01GzGtjMcwBXyVW3uKW4F2Ai
1 parent 4341302 commit ab809c3

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ on:
55
branches-ignore: [main]
66
paths:
77
- 'src/**'
8+
- 'build.rs'
89
- 'Cargo.toml'
910
- 'Cargo.lock'
1011
- '.github/workflows/ci-rust.yml'
1112
pull_request:
1213
branches: [main]
1314
paths:
1415
- 'src/**'
16+
- 'build.rs'
1517
- 'Cargo.toml'
1618
- 'Cargo.lock'
1719
- '.github/workflows/ci-rust.yml'

.github/workflows/release-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main]
66
paths:
77
- 'src/**'
8+
- 'build.rs'
89
- 'Cargo.toml'
910
- 'Cargo.lock'
1011
- '.github/workflows/release-build.yml'

0 commit comments

Comments
 (0)