From 3860b4780d25662fa0483b7af8e8c8300d20ec26 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Thu, 27 Apr 2023 22:46:23 +0200 Subject: [PATCH] CI fix loop --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: