diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index f4474ad1..c2ceec5b 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -1,5 +1,8 @@ name: CIFuzz -on: [pull_request] +on: + pull_request: + paths: + - 'askama_parser/**' jobs: Fuzzing: runs-on: ubuntu-latest