diff --git a/.github/workflows/general-rust.yml b/.github/workflows/general-rust.yml index 2ae512e4..824bbc8c 100644 --- a/.github/workflows/general-rust.yml +++ b/.github/workflows/general-rust.yml @@ -6,6 +6,9 @@ on: - "detectors/**" - "test-cases/**" - "scripts/**" + paths-ignore: + - "detectors/**/*.md" + - "test-cases/**/*.md" env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/test-detectors.yml b/.github/workflows/test-detectors.yml index 13f02151..79946298 100644 --- a/.github/workflows/test-detectors.yml +++ b/.github/workflows/test-detectors.yml @@ -6,6 +6,9 @@ on: - "detectors/**" - "test-cases/**" - "scripts/**" + paths-ignore: + - "detectors/**/*.md" + - "test-cases/**/*.md" env: CARGO_TERM_COLOR: always