Skip to content

Commit

Permalink
Ignore all md files for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcrosta committed Apr 16, 2024
1 parent 61aa901 commit 0c9e2cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/general-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- "detectors/**"
- "test-cases/**"
- "scripts/**"
paths-ignore:
- "detectors/**/*.md"
- "test-cases/**/*.md"

env:
CARGO_TERM_COLOR: always
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-detectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- "detectors/**"
- "test-cases/**"
- "scripts/**"
paths-ignore:
- "detectors/**/*.md"
- "test-cases/**/*.md"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 0c9e2cb

Please sign in to comment.