1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-25 18:50:18 +03:00

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.
This commit is contained in:
Frantisek Sumsal 2020-05-08 20:14:19 +02:00 committed by Evgeny Vereshchagin
parent 94f660a8fe
commit a114ab6373

View File

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