Riun on .c/.h

This commit is contained in:
Eric Soroos 2021-02-27 12:54:38 +01:00
parent 2d52a9fcf2
commit 95884c6b2d

View File

@ -1,5 +1,16 @@
name: CIFuzz
on: [push,pull_request]
on:
push:
paths:
- "**.yml" # testing, remove me
- "**.c"
- "**.h"
pull_request:
paths:
- "**.yml" # testing, remove me
- "**.c"
- "**.h"
jobs:
Fuzzing:
runs-on: ubuntu-latest