From 91ca561d7a3148f858b7daebf860bea937ec9b08 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sat, 6 Mar 2021 23:44:16 +0800 Subject: fuzz: cifuzz fix syntax --- .github/workflows/cifuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index c7ed57b..0d61e3b 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -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: -- cgit v1.2.3