From: Someone Serge Date: Sat, 13 Jan 2024 17:10:19 +0000 (+0000) Subject: workflows: nix-ci: rebuild on flake.lock updates X-Git-Tag: upstream/0.0.4488~2543 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=f7276f7500f7ea588836dd1fc6f126334c517878;p=pkg%2Fggml%2Fsources%2Fllama.cpp workflows: nix-ci: rebuild on flake.lock updates --- diff --git a/.github/workflows/nix-ci.yml b/.github/workflows/nix-ci.yml index 845b93bf..4592b960 100644 --- a/.github/workflows/nix-ci.yml +++ b/.github/workflows/nix-ci.yml @@ -5,10 +5,10 @@ on: push: branches: - master - paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', '**/*.sh', '**/*.py', '**/*.nix'] + paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', '**/*.sh', '**/*.py', '**/*.nix', 'flake.lock'] pull_request: types: [opened, synchronize, reopened] - paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', '**/*.sh', '**/*.py', '**/*.nix'] + paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', '**/*.sh', '**/*.py', '**/*.nix', 'flake.lock'] jobs: nix-eval: