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

View File

@@ -14,6 +14,9 @@ on:
- screenshots/* - screenshots/*
- .github/ISSUE_TEMPLATE/* - .github/ISSUE_TEMPLATE/*
- kubernetes/** - kubernetes/**
# Nix development files that are not used here.
- "*.nix"
- flake.lock
jobs: jobs:
release: release:

View File

@@ -24,6 +24,10 @@ on:
- .github/ISSUE_TEMPLATE/* - .github/ISSUE_TEMPLATE/*
- kubernetes/** - kubernetes/**
# Nix development files that are not used here.
- "*.nix"
- flake.flake
jobs: jobs:
build: build: