changeset 1807:ca67e4f5b35e

fuzz: cifuzz fix syntax
author Matt Johnston <matt@ucc.asn.au>
date Sat, 06 Mar 2021 23:44:16 +0800
parents 69c514f7f38b
children 42daf3044618
files .github/workflows/cifuzz.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/cifuzz.yml	Sat Mar 06 23:42:59 2021 +0800
+++ b/.github/workflows/cifuzz.yml	Sat Mar 06 23:44:16 2021 +0800
@@ -1,7 +1,7 @@
 # Runs fuzzers for a little while on pull requests.
 # From https://google.github.io/oss-fuzz/getting-started/continuous-integration/
 name: CIFuzz
-on: [pull_request]
+on:
   pull_request:
   push:
     branches: