From: Evgeny Vereshchagin Date: Mon, 15 Feb 2021 13:25:19 +0000 (+0000) Subject: ci: trigger CiFuzz for the master branch only X-Git-Tag: v2.37-rc1~128 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7c22c164b77d07fc3f26571d56ea4d6daefcc89;p=thirdparty%2Futil-linux.git 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 --- 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: