Restrict fuzzing on go paths
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
4a4ea309b6
commit
7bc48123e5
|
@ -1,5 +1,10 @@
|
|||
name: CIFuzz
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'go.sum'
|
||||
- 'go.mod'
|
||||
- '**.go'
|
||||
jobs:
|
||||
Fuzzing:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue