]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: trigger CiFuzz for the master branch only
authorEvgeny Vereshchagin <evvers@ya.ru>
Mon, 15 Feb 2021 13:25:19 +0000 (13:25 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Mon, 15 Feb 2021 13:25:19 +0000 (13:25 +0000)
CIFuzz and OSS-Fuzz are in sync with the master branch so it would
probably make sense to avoid running it for long-lived branches.

Inspired by https://github.com/karelzak/util-linux/pull/1248#issuecomment-776342252

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
.github/workflows/cifuzz.yml

index b3d25e3098e63c99231f136ec8356584a831cfe2..12a79a7f9b45d666c3585712c8037b14da4e4b82 100644 (file)
@@ -8,6 +8,8 @@ on:
     branches:
       - master
   pull_request:
+    branches:
+      - master
     paths:
       - '**'
 jobs: