diff options
author | Someone Serge <sergei.kozlukov@aalto.fi> | 2024-01-13 17:38:32 +0000 |
---|---|---|
committer | Someone <newkozlukov@gmail.com> | 2024-01-22 12:19:30 +0000 |
commit | fe8b3c0d4b0d806e8b46660e24eaf4b90b8b385f (patch) | |
tree | e724f85e5038ab8f4ead90b92e3fa7c8826529e4 | |
parent | f4dd059259d0234913b9e9780e1662811744c09d (diff) |
workflows: nix-ci: drop the redundant "paths" filter
-rw-r--r-- | .github/workflows/nix-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/nix-ci.yml b/.github/workflows/nix-ci.yml index 4592b960..d19c7a57 100644 --- a/.github/workflows/nix-ci.yml +++ b/.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: |