diff options
author | Matt Johnston <matt@ucc.asn.au> | 2021-03-06 23:44:16 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2021-03-06 23:44:16 +0800 |
commit | 91ca561d7a3148f858b7daebf860bea937ec9b08 (patch) | |
tree | 38fc07d76831d25596805c59ef681556c6644528 | |
parent | ba260bd67b5694adac7cdf455fcf619d5eac4c0d (diff) |
fuzz: cifuzz fix syntax
-rw-r--r-- | .github/workflows/cifuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |