From a7c22c164b77d07fc3f26571d56ea4d6daefcc89 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Mon, 15 Feb 2021 13:25:19 +0000 Subject: [PATCH] ci: trigger CiFuzz for the master branch only 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 --- .github/workflows/cifuzz.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index b3d25e3098..12a79a7f9b 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -8,6 +8,8 @@ on: branches: - master pull_request: + branches: + - master paths: - '**' jobs: -- 2.47.2