]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cifuzz: fuzz the master branch on push
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 8 May 2020 18:14:19 +0000 (20:14 +0200)
committerEvgeny Vereshchagin <evvers@ya.ru>
Fri, 8 May 2020 18:30:19 +0000 (21:30 +0300)
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.

.github/workflows/main.yml

index 0661e493e85d5eaaa69e77b3caef53c3dac83bb9..85a5db5706245854fe100f16b1f05b5f9862823c 100644 (file)
@@ -12,6 +12,9 @@ on:
       - 'src/**'
       - 'test/fuzz/**'
       - 'tools/oss-fuzz.sh'
+  push:
+    branches:
+      - master
 jobs:
  Fuzzing:
    runs-on: ubuntu-latest