]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
workflows: nix-ci: drop the redundant "paths" filter
authorSomeone Serge <redacted>
Sat, 13 Jan 2024 17:38:32 +0000 (17:38 +0000)
committerSomeone <redacted>
Mon, 22 Jan 2024 12:19:30 +0000 (12:19 +0000)
.github/workflows/nix-ci.yml

index 4592b96079803e1c53d92cf6203bbe5826e1a142..d19c7a576cdf6b237cbdb59992acb65efbb8e688 100644 (file)
@@ -5,10 +5,8 @@ on:
   push:
     branches:
       - master
-    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', 'flake.lock']
 
 jobs:
   nix-eval: