ci(nix): restrict pull request to nix files and src

This commit is contained in:
Krzysztof Saczuk 2024-04-15 03:33:30 +02:00
parent ef292b903f
commit f57459404f
No known key found for this signature in database

View file

@ -1,6 +1,11 @@
name: Check nix packages
on:
pull_request:
paths:
- "./*.nix"
- ".github/workflows/nix.yml"
- "assets/**"
- "customize/**"
push:
branches: [master]
paths: