summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/checkandformat.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/checkandformat.yml b/.github/workflows/checkandformat.yml
index 434f4c6..35722a5 100644
--- a/.github/workflows/checkandformat.yml
+++ b/.github/workflows/checkandformat.yml
@@ -2,7 +2,11 @@ name: check and format flake
on:
pull_request:
+ paths:
+ - '**.nix'
push:
+ paths:
+ - '**.nix'
workflow_dispatch:
jobs: