summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2021-03-06 23:42:59 +0800
committerMatt Johnston <matt@ucc.asn.au>2021-03-06 23:42:59 +0800
commitba260bd67b5694adac7cdf455fcf619d5eac4c0d (patch)
tree8cf39f128a8976fd8ffb4980f5985e6c319c3d77
parent898bff3d4ea293a469851e1a85761b5ae0401db1 (diff)
fuzz: try run cifuzz on push as well
-rw-r--r--.github/workflows/cifuzz.yml4
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