]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : run when changing only the CUDA sources (#1800)
authorslaren <redacted>
Mon, 12 Jun 2023 17:12:47 +0000 (19:12 +0200)
committerGitHub <redacted>
Mon, 12 Jun 2023 17:12:47 +0000 (20:12 +0300)
.github/workflows/build.yml

index c98cbcbbebd0c65aab2d501297b8d12b61a42533..b87ea76bc41eefb16ba146bbd35dec54fba7c0f3 100644 (file)
@@ -10,10 +10,10 @@ on:
   push:
     branches:
       - master
-    paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp']
+    paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu']
   pull_request:
     types: [opened, synchronize, reopened]
-    paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp']
+    paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu']
 
 env:
  BRANCH_NAME: ${{ github.head_ref || github.ref_name }}