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