ci: only run on nix-related changes #8

Merged
lyrathorpe merged 1 commits from ci/nix-path-filter into main 2026-06-02 17:09:51 +01:00
Showing only changes of commit 0346095822 - Show all commits
+8
View File
@@ -4,7 +4,15 @@ name: CI
on:
push:
branches: [main]
paths:
- "**.nix"
- "flake.lock"
- ".gitea/workflows/ci.yaml"
pull_request:
paths:
- "**.nix"
- "flake.lock"
- ".gitea/workflows/ci.yaml"
jobs:
flake: