ci: only run on nix changes

This commit is contained in:
winston 2023-02-20 06:51:24 +01:00
parent ccaf65bcdb
commit a6ab46b62c
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -1,4 +1,7 @@
on: [push]
on:
push:
paths:
- "**.nix"
jobs:
check: