Run CI Fuzz integration on push as well as pull request

This commit is contained in:
Jay Berkenbilt 2020-10-27 18:07:56 -04:00
parent 54759cbf63
commit c5602e931a
1 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
name: CIFuzz
on: [pull_request]
on:
push:
branches:
- main
- master
- build
- build/*
paths-ignore:
- 'ChangeLog'
- 'README*'
- 'TODO'
pull_request:
jobs:
Fuzzing:
runs-on: ubuntu-latest