We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b074dc commit 6fc93b2Copy full SHA for 6fc93b2
1 file changed
.github/workflows/rust.yml
@@ -3,8 +3,24 @@ name: Rust
3
on:
4
push:
5
branches: [ "main" ]
6
+ paths:
7
+ - '**/*.rs'
8
+ - '**/*.py'
9
+ - 'Cargo.toml'
10
+ - 'Cargo.lock'
11
+ - '**/Cargo.toml'
12
+ - 'crates/cortexadb-py/pyproject.toml'
13
+ - '.github/workflows/rust.yml'
14
pull_request:
15
16
17
18
19
20
21
22
23
24
25
env:
26
CARGO_TERM_COLOR: always
0 commit comments