Skip to content

Commit 28bd987

Browse files
authored
Update cifuzz.yml
There's no need to run fuzzer on .md changes
1 parent bbfa7ae commit 28bd987

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cifuzz.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: CIFuzz
2-
on: [pull_request]
2+
3+
on:
4+
pull_request:
5+
paths-ignore:
6+
- '*.md'
7+
38
jobs:
49
Fuzzing:
510
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)