aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/nix.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml
index 4c2312d..91a9153 100644
--- a/.github/workflows/nix.yml
+++ b/.github/workflows/nix.yml
@@ -1,6 +1,14 @@
name: "Nix ✅/ 🚫"
-on: [ push, pull_request ]
+on:
+ push:
+ paths:
+ - "*.nix"
+ - "nix/*.nix"
+ pull_request:
+ paths:
+ - "*.nix"
+ - "nix/*.nix"
jobs:
check: