Mercurial > dropbear
changeset 1806:69c514f7f38b
fuzz: try run cifuzz on push as well
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 06 Mar 2021 23:42:59 +0800 |
parents | 2e5a8332a263 |
children | ca67e4f5b35e |
files | .github/workflows/cifuzz.yml |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/cifuzz.yml Sat Mar 06 23:34:39 2021 +0800 +++ b/.github/workflows/cifuzz.yml Sat Mar 06 23:42:59 2021 +0800 @@ -2,6 +2,10 @@ # From https://google.github.io/oss-fuzz/getting-started/continuous-integration/ name: CIFuzz on: [pull_request] + pull_request: + push: + branches: + - master jobs: Fuzzing: runs-on: ubuntu-latest