diff options
| author | seth <[email protected]> | 2023-03-03 04:00:31 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-03 04:00:31 +0000 |
| commit | 222ac856e7b4f9afb607b33d68d6c6de5d54717c (patch) | |
| tree | 7f2bb0c353d02eb2a80ff68fc6e906bfa3945e37 /.github | |
| parent | 627be9001b2b4e7b2ac245266601ee43f13c2eeb (diff) | |
chore(actions): only run checkandformat for nix files
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/checkandformat.yml | 4 |
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: |
