Merge pull request 'ci: only run on nix-related changes' (#8) from ci/nix-path-filter into main
CI / flake (push) Successful in 1m56s

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2026-06-02 17:09:51 +01:00
+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: