2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-04 03:10:52 +00:00

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

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