Skip to content

Commit ad0f4d8

Browse files
committed
ci: Include rust-build workflow file in trigger paths
1 parent b2a5722 commit ad0f4d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: Build Rust crates
33
on:
44
push:
55
paths-include:
6+
- '.github/workflows/build-rust.yml'
67
- 'rust/**'
78
pull_request:
89
paths-include:
10+
- '.github/workflows/build-rust.yml'
911
- 'rust/**'
1012

1113
jobs:

0 commit comments

Comments
 (0)