Trigger fuzzing CI only on relevant changes (#7120)

This commit is contained in:
Derek Bailey
2022-02-21 23:44:04 -06:00
committed by GitHub
parent 46ce45601b
commit 30c4bf47f9

View File

@@ -1,5 +1,13 @@
name: CIFuzz
on: [pull_request]
on:
pull_request:
branches:
- master
paths:
- include/**
- src/**
- tests/**.cpp
- tests/**.h
jobs:
Fuzzing:
runs-on: ubuntu-latest