Skip to content

Commit dd169e0

Browse files
committed
[ci] runs rust workflow when toolchain changes
1 parent a25abe1 commit dd169e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
paths:
88
- '.github/workflows/rust.yml'
9+
- 'rust-toolchain.toml'
910
- 'Cargo.toml'
1011
- 'Cargo.lock'
1112
- '**.rs'
@@ -15,6 +16,7 @@ on:
1516
- wip/next
1617
paths:
1718
- '.github/workflows/rust.yml'
19+
- 'rust-toolchain.toml'
1820
- 'Cargo.toml'
1921
- 'Cargo.lock'
2022
- '**.rs'

0 commit comments

Comments
 (0)