From b875f29f9e2c449d5dcc7a759fd503c850507f9e Mon Sep 17 00:00:00 2001 From: Julian Stiller Date: Thu, 13 Feb 2025 12:53:49 +0100 Subject: [PATCH] Actions: only publish when nix files are changed --- .forgejo/workflows/publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 7722509..3c6d72a 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -4,6 +4,9 @@ on: push: branches: - main + paths: + - "**.nix" + - flake.lock schedule: - cron: "0 0 * * 1,3,5"