summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2020-05-08 20:14:19 +0200
committerEvgeny Vereshchagin <evvers@ya.ru>2020-05-08 21:30:19 +0300
commita114ab63737e477c751845c32d3a2344d90098f0 (patch)
treea88d15367328fdbd4040c68477645119fa5b87a2 /.github
parent94f660a8fe6144b9153c8acaf9e6bb9e47e14b97 (diff)
downloadsystemd-a114ab63737e477c751845c32d3a2344d90098f0.tar.gz
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 0661e493e8..85a5db5706 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