mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Run CI Fuzz integration on push as well as pull request
This commit is contained in:
parent
54759cbf63
commit
c5602e931a
13
.github/workflows/cifuzz.yml
vendored
13
.github/workflows/cifuzz.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user