Skip to content

Commit

Permalink
fuzz: trigger cifuzz only for askama_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
manunio authored and djc committed May 3, 2024
1 parent 2699ba4 commit 03690ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CIFuzz
on: [pull_request]
on:
pull_request:
paths:
- 'askama_parser/**'
jobs:
Fuzzing:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 03690ab

Please sign in to comment.