👷 (deadnix) Run only when nix files are updated

This commit is contained in:
Jo 2025-05-23 01:46:35 +02:00
parent 508336b1ed
commit 431b490e35

View file

@ -1,8 +1,11 @@
name: "Nix: check for unused code"
on:
push:
pull_request:
push:
paths:
- "**.nix"
- ".github/workflows/deadnix.yml"
jobs:
deadnix: