From: Christian Brauner Date: Wed, 8 Jun 2022 18:10:52 +0000 (+0200) Subject: github/workflows/cifuzz: ensure necessary paths are added X-Git-Tag: lxc-5.0.0~7^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=272f1ee46035554074df8a5a56b31860012a7152;p=thirdparty%2Flxc.git github/workflows/cifuzz: ensure necessary paths are added Signed-off-by: Christian Brauner (Microsoft) --- diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index f76ecf865..8a37dbc2a 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -1,6 +1,12 @@ name: Fuzzing with OSS-fuzz on: push: + pull_request: + paths: + - '**/meson.build' + - '.github/workflows/**' + - 'meson_options.txt' + - 'src/**' branches: - master pull_request: