]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: only run C code scan if src/ directory changed
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sun, 31 Mar 2024 23:55:57 +0000 (19:55 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Mon, 1 Apr 2024 00:25:32 +0000 (20:25 -0400)
.github/workflows/codeql.yml

index ea63966ffccf6f8ee6189abc61ee2559ca3647bc..07399e1c39a0825228a42f31ab1608b60f44c3d0 100644 (file)
@@ -8,9 +8,13 @@ on:
   push:
     branches:
       - main
+    paths:
+      - 'src/**'
   pull_request:
     branches:
       - main
+    paths:
+      - 'src/**'
 
 permissions:
   contents: read