# HG changeset patch # User Matt Johnston # Date 1615045379 -28800 # Node ID 69c514f7f38b69b1e86c22f3045df7ff1a7142f5 # Parent 2e5a8332a263eaf61f3fd5068b98d64f3263e5ac fuzz: try run cifuzz on push as well diff -r 2e5a8332a263 -r 69c514f7f38b .github/workflows/cifuzz.yml --- 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