ci: update check workflows to run only on nix changes

This commit is contained in:
notohh 2023-12-03 14:36:36 -05:00
parent 07a92c3f3c
commit 90ea524876
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,9 @@
name: flake check
on: [push]
on:
push:
paths:
- "**.nix"
jobs:
check:
runs-on: ubuntu-latest

View file

@ -1,6 +1,9 @@
name: fmt check
on: [push]
on:
push:
paths:
- "**.nix"
jobs:
check:
runs-on: ubuntu-latest