Run cifuzz workflow on the actions as regular CI.

This commit is contained in:
Darren Tucker 2022-11-07 14:34:04 +11:00
parent 79391e66ce
commit 4670b97ef8
No known key found for this signature in database
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
name: CIFuzz
on: [pull_request]
on:
push:
paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
pull_request:
paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
jobs:
Fuzzing:
runs-on: ubuntu-latest