Commit 7707a1d35641ea0511edee5cebb18f5a6baf1b67

Authored by Jay Berkenbilt
1 parent 2cee5591

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.
Showing 1 changed file with 0 additions and 2 deletions
.github/workflows/cifuzz.yml
@@ -3,8 +3,6 @@ on: @@ -3,8 +3,6 @@ on:
3 push: 3 push:
4 branches: 4 branches:
5 - main 5 - main
6 - - build  
7 - - build/*  
8 paths-ignore: 6 paths-ignore:
9 - 'ChangeLog' 7 - 'ChangeLog'
10 - 'README*' 8 - 'README*'