Update CI workflow to trigger on flake.nix and packages/ changes

Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-19 05:07:57 +00:00
commit e60999227d

View file

@ -4,7 +4,9 @@ on:
push:
paths:
- 'flake.lock'
- 'flake.nix'
- 'versions/*.json'
- 'packages/**/*.nix'
- '.github/workflows/*.yml'
- 'test/*.R'
concurrency: