mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
ci(nix): restrict checks to only run on nix files
This commit is contained in:
parent
08324f165e
commit
10c1191130
1 changed files with 3 additions and 0 deletions
3
.github/workflows/nix.yml
vendored
3
.github/workflows/nix.yml
vendored
|
@ -3,6 +3,9 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
paths:
|
||||||
|
- "./*.nix"
|
||||||
|
- ".github/workflows/nix.yml"
|
||||||
jobs:
|
jobs:
|
||||||
flake:
|
flake:
|
||||||
name: Check flake
|
name: Check flake
|
||||||
|
|
Loading…
Add table
Reference in a new issue