CI: ignore nix files

This commit is contained in:
Fijxu
2026-08-01 18:55:40 -04:00
parent 67bfb56bbe
commit a6f206b21f
2 changed files with 7 additions and 0 deletions
@@ -14,6 +14,9 @@ on:
- screenshots/*
- .github/ISSUE_TEMPLATE/*
- kubernetes/**
# Nix development files that are not used here.
- "*.nix"
- flake.lock
jobs:
release:
+4
View File
@@ -24,6 +24,10 @@ on:
- .github/ISSUE_TEMPLATE/*
- kubernetes/**
# Nix development files that are not used here.
- "*.nix"
- flake.flake
jobs:
build: