Restrict fuzzing on go paths

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2020-12-09 21:37:14 +01:00
parent 4a4ea309b6
commit 7bc48123e5

View File

@ -1,5 +1,10 @@
name: CIFuzz name: CIFuzz
on: [pull_request] on:
pull_request:
paths:
- 'go.sum'
- 'go.mod'
- '**.go'
jobs: jobs:
Fuzzing: Fuzzing:
runs-on: ubuntu-latest runs-on: ubuntu-latest