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
1 changed files with 6 additions and 1 deletions

View File

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