2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-22 10:58:58 +00:00

Disable ci-fuzz build on build branch

I run the fuzzer test suite, which should be good enough to avoid
wasting resources on this every time I push to build.
This commit is contained in:
Jay Berkenbilt 2021-12-13 08:17:03 -05:00
parent 2cee5591f3
commit 7707a1d356

View File

@ -3,8 +3,6 @@ on:
push:
branches:
- main
- build
- build/*
paths-ignore:
- 'ChangeLog'
- 'README*'