Explorar o código

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

Someone Serge %!s(int64=2) %!d(string=hai) anos
pai
achega
fe8b3c0d4b
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      .github/workflows/nix-ci.yml

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

@@ -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: