From: slaren Date: Mon, 12 Jun 2023 17:12:47 +0000 (+0200) Subject: ci : run when changing only the CUDA sources (#1800) X-Git-Tag: gguf-v0.4.0~642 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=e4caa8da59c1c97dc23fa336f4d726984a20560f;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : run when changing only the CUDA sources (#1800) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c98cbcbb..b87ea76b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}