nix: run CI on all lockfile changes

This commit is contained in:
Ari Lotter 2026-04-20 16:17:15 -04:00
parent 761c113427
commit 4dd6d6eeb4
2 changed files with 3 additions and 20 deletions

View file

@ -2,14 +2,6 @@ name: Nix Lockfile Check
on:
pull_request:
paths:
- 'ui-tui/package.json'
- 'ui-tui/package-lock.json'
- 'web/package.json'
- 'web/package-lock.json'
- 'nix/tui.nix'
- 'nix/web.nix'
- 'nix/lib.nix'
workflow_dispatch:
permissions: