1
0
Эх сурвалжийг харах

workflows: nix-ci: drop the redundant "paths" filter

Someone Serge 2 жил өмнө
parent
commit
fe8b3c0d4b

+ 0 - 2
.github/workflows/nix-ci.yml

@@ -5,10 +5,8 @@ on:
   push:
   push:
     branches:
     branches:
       - master
       - master
-    paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', '**/*.sh', '**/*.py', '**/*.nix', 'flake.lock']
   pull_request:
   pull_request:
     types: [opened, synchronize, reopened]
     types: [opened, synchronize, reopened]
-    paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', '**/*.sh', '**/*.py', '**/*.nix', 'flake.lock']
 
 
 jobs:
 jobs:
   nix-eval:
   nix-eval: