We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfa7ae commit 28bd987Copy full SHA for 28bd987
.github/workflows/cifuzz.yml
@@ -1,5 +1,10 @@
1
name: CIFuzz
2
-on: [pull_request]
+
3
+on:
4
+ pull_request:
5
+ paths-ignore:
6
+ - '*.md'
7
8
jobs:
9
Fuzzing:
10
runs-on: ubuntu-latest
0 commit comments