Skip to content

Commit

Permalink
Update cifuzz.yml
Browse files Browse the repository at this point in the history
There's no need to run fuzzer on .md changes
  • Loading branch information
zeux authored Nov 26, 2023
1 parent bbfa7ae commit 28bd987
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: CIFuzz
on: [pull_request]

on:
pull_request:
paths-ignore:
- '*.md'

jobs:
Fuzzing:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 28bd987

Please sign in to comment.