diff --git a/.woodpecker.yml b/.woodpecker.yml index d922f75..ece8e37 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,7 +9,7 @@ pipeline: branch: [ master ] path: include: - - "**/*.rs" + - "./**/*.rs" commands: - rustup default $RUST - cargo clippy --all-targets --all-features -- -D warnings @@ -20,7 +20,7 @@ pipeline: branch: [ master ] path: include: - - "**/*.rs" + - "./**/*.rs" environment: - CARGO_TERM_COLOR=always commands: