ci: update check workflows to run only on nix changes
This commit is contained in:
parent
07a92c3f3c
commit
90ea524876
2 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
name: flake check
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "**.nix"
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
name: fmt check
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "**.nix"
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue