From: Frantisek Sumsal Date: Fri, 8 May 2020 18:14:19 +0000 (+0200) Subject: cifuzz: fuzz the master branch on push X-Git-Tag: v246-rc1~404 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a114ab63737e477c751845c32d3a2344d90098f0;p=thirdparty%2Fsystemd.git cifuzz: fuzz the master branch on push Apart from running CIFuzz for each relevant PR, let's run it unconditionally for each push to master to detect possible issues (caused by ignored PRs, etc.). Followup to 94f660a8fe6144b9153c8acaf9e6bb9e47e14b97. --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0661e493e85..85a5db57062 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,9 @@ on: - 'src/**' - 'test/fuzz/**' - 'tools/oss-fuzz.sh' + push: + branches: + - master jobs: Fuzzing: runs-on: ubuntu-latest