ci(nix): restrict checks to only run on nix files

This commit is contained in:
Krzysztof Saczuk 2024-04-15 03:30:59 +02:00
parent 08324f165e
commit 10c1191130
No known key found for this signature in database

View file

@ -3,6 +3,9 @@ on:
pull_request:
push:
branches: [master]
paths:
- "./*.nix"
- ".github/workflows/nix.yml"
jobs:
flake:
name: Check flake