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:
parent
94f660a8fe
commit
a114ab6373
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -12,6 +12,9 @@ on:
|
||||
- 'src/**'
|
||||
- 'test/fuzz/**'
|
||||
- 'tools/oss-fuzz.sh'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
Fuzzing:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user