Actions: only publish when nix files are changed

This commit is contained in:
Julian Stiller 2025-02-13 12:53:49 +01:00
parent 6f1800e212
commit b875f29f9e

View file

@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths:
- "**.nix"
- flake.lock
schedule:
- cron: "0 0 * * 1,3,5"