diff options
author | Matt Johnston <matt@ucc.asn.au> | 2021-03-06 23:42:59 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2021-03-06 23:42:59 +0800 |
commit | ba260bd67b5694adac7cdf455fcf619d5eac4c0d (patch) | |
tree | 8cf39f128a8976fd8ffb4980f5985e6c319c3d77 | |
parent | 898bff3d4ea293a469851e1a85761b5ae0401db1 (diff) |
fuzz: try run cifuzz on push as well
-rw-r--r-- | .github/workflows/cifuzz.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 5046ebc..c7ed57b 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -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 |