fuzz: try run cifuzz on push as well

This commit is contained in:
Matt Johnston 2021-03-06 23:42:59 +08:00
parent 898bff3d4e
commit ba260bd67b

View File

@ -2,6 +2,10 @@
# From https://google.github.io/oss-fuzz/getting-started/continuous-integration/ # From https://google.github.io/oss-fuzz/getting-started/continuous-integration/
name: CIFuzz name: CIFuzz
on: [pull_request] on: [pull_request]
pull_request:
push:
branches:
- master
jobs: jobs:
Fuzzing: Fuzzing:
runs-on: ubuntu-latest runs-on: ubuntu-latest