瀏覽代碼

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

Someone Serge 2 年之前
父節點
當前提交
fe8b3c0d4b
共有 1 個文件被更改,包括 0 次插入2 次删除
  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: