]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - .github/workflows/nix.yml
Paradox launcher (#488)
[xdg-ninja.git] / .github / workflows / nix.yml
index 3645fe22e405cd971b804d08f93e35feb2f6af21..bb971e184ca9063519ad47766e1e84108d191096 100644 (file)
@@ -1,7 +1,11 @@
 name: "Nix Flake Check"
 on:
   pull_request:
+    paths:
+      - '**.nix'
   push:
+    paths:
+      - '**.nix'
 jobs:
   tests:
     runs-on: ubuntu-latest
@@ -9,3 +13,4 @@ jobs:
     - uses: actions/checkout@v3
     - uses: cachix/install-nix-action@v19
     - run: nix flake check
+    - run: nix build