Skip to content

Commit

Permalink
chore: add file paths that impact the test
Browse files Browse the repository at this point in the history
  • Loading branch information
phantinuss committed Nov 21, 2023
1 parent 38145c8 commit d0fb0d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/sigma-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,35 @@ on: # yamllint disable-line rule:truthy
branches:
- "*"
paths:
- ".github/workflows/known-FPs.csv"
- ".github/workflows/sigma-test.yml"
- "deprecated/**.yml"
- "rules-compliance/**.yml"
- "rules-dfir/**.yml"
- "rules-emerging-threats/**.yml"
- "rules-placeholder/**.yml"
- "rules-threat-hunting/**.yml"
- "rules/**.yml"
- "tests/test_logsource.py"
- "tests/test_rules.py"
- "tests/thor.yml"
- "unsupported/**.yml"
pull_request:
branches:
- master
paths:
- ".github/workflows/known-FPs.csv"
- ".github/workflows/sigma-test.yml"
- "deprecated/**.yml"
- "rules-compliance/**.yml"
- "rules-dfir/**.yml"
- "rules-emerging-threats/**.yml"
- "rules-placeholder/**.yml"
- "rules-threat-hunting/**.yml"
- "rules/**.yml"
- "tests/test_logsource.py"
- "tests/test_rules.py"
- "tests/thor.yml"
- "unsupported/**.yml"

# Allows you to run this workflow manually from the Actions tab
Expand Down

0 comments on commit d0fb0d7

Please sign in to comment.