summaryrefslogtreecommitdiff
path: root/.github
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
commit74866f37f86207f6a00d155a233ed22f5deedc66 (patch)
tree5028210854298a5ac9ee0da396da7a9e9f7feb97 /.github
parent49fcf919536090c9c69d29ff31c3123d73fff2a4 (diff)
downloaddropbear-74866f37f86207f6a00d155a233ed22f5deedc66.tar.gz
fuzz: try run cifuzz on push as well
Diffstat (limited to '.github')
-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