mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-02 21:52:34 +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
|
name: Check nix packages
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "./*.nix"
|
||||||
|
- ".github/workflows/nix.yml"
|
||||||
|
- "assets/**"
|
||||||
|
- "customize/**"
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Reference in a new issue