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
1 changed files with 0 additions and 2 deletions

View File

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