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 94f660a8fe.
This commit is contained in:
Frantisek Sumsal 2020-05-08 20:14:19 +02:00 committed by Evgeny Vereshchagin
parent 94f660a8fe
commit a114ab6373
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ on:
- 'src/**'
- 'test/fuzz/**'
- 'tools/oss-fuzz.sh'
push:
branches:
- master
jobs:
Fuzzing:
runs-on: ubuntu-latest