mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-01 13:12:35 +02:00
ci(nix): restrict pull request to nix files and src
This commit is contained in:
parent
ef292b903f
commit
f57459404f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/nix.yml
vendored
5
.github/workflows/nix.yml
vendored
|
@ -1,6 +1,11 @@
|
|||
name: Check nix packages
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "./*.nix"
|
||||
- ".github/workflows/nix.yml"
|
||||
- "assets/**"
|
||||
- "customize/**"
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
|
|
Loading…
Add table
Reference in a new issue