summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-03 04:00:31 +0000
committerGitHub <[email protected]>2023-03-03 04:00:31 +0000
commit222ac856e7b4f9afb607b33d68d6c6de5d54717c (patch)
tree7f2bb0c353d02eb2a80ff68fc6e906bfa3945e37 /.github/workflows
parent627be9001b2b4e7b2ac245266601ee43f13c2eeb (diff)
chore(actions): only run checkandformat for nix files
Diffstat (limited to '.github/workflows')
-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: