]> git.proxmox.com Git - mirror_lxc.git/commitdiff
github/workflows/cifuzz: ensure necessary paths are added
authorChristian Brauner <brauner@kernel.org>
Wed, 8 Jun 2022 18:10:52 +0000 (20:10 +0200)
committerChristian Brauner (Microsoft) <christian.brauner@ubuntu.com>
Wed, 8 Jun 2022 18:15:07 +0000 (20:15 +0200)
Signed-off-by: Christian Brauner (Microsoft) <christian.brauner@ubuntu.com>
.github/workflows/cifuzz.yml

index f76ecf865f6934fadb1979938c5be742de03c3ed..8a37dbc2a6d57959c122f99fc8da96b930a21459 100644 (file)
@@ -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: