Skip to content

Commit 65be690

Browse files
fix(template): filter template actions workflow
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 9516be2 commit 65be690

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nix/modules/template.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@
9797
{
9898
name = "nix-template";
9999
description = "Keep the flake template in the project";
100-
paths = [ "**/template.nix" ];
100+
paths = [
101+
"**/template.nix"
102+
".github/workflows/template.yaml"
103+
];
101104
value = false;
102105
}
103106
];

0 commit comments

Comments
 (0)