Commit 46e5e1b8d7d2

copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-10-10 22:48:54
Exclude tools/emacs from systems workflow path filters
Co-authored-by: vdemeester <6508+vdemeester@users.noreply.github.com>
1 parent 006f0e8
Changed files (1)
.github
.github/workflows/build-systems.yaml
@@ -11,7 +11,11 @@ on:
       - 'systems/**'
       - 'lib/**'
       - 'modules/**'
-      - 'tools/**'
+      - 'tools/battery-monitor/**'
+      - 'tools/bekind/**'
+      - 'tools/ergodox/**'
+      - 'tools/go-org-readwise/**'
+      - 'tools/k8s.infra/**'
       - 'flake.nix'
       - 'flake.lock'
       - '.github/workflows/build-systems.yaml'
@@ -23,7 +27,11 @@ on:
       - 'systems/**'
       - 'lib/**'
       - 'modules/**'
-      - 'tools/**'
+      - 'tools/battery-monitor/**'
+      - 'tools/bekind/**'
+      - 'tools/ergodox/**'
+      - 'tools/go-org-readwise/**'
+      - 'tools/k8s.infra/**'
       - 'flake.nix'
       - 'flake.lock'
       - '.github/workflows/build-systems.yaml'