mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
👷 (deadnix) Run only when nix files are updated
This commit is contained in:
parent
508336b1ed
commit
431b490e35
1 changed files with 4 additions and 1 deletions
5
.github/workflows/deadnix.yml
vendored
5
.github/workflows/deadnix.yml
vendored
|
@ -1,8 +1,11 @@
|
||||||
name: "Nix: check for unused code"
|
name: "Nix: check for unused code"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- "**.nix"
|
||||||
|
- ".github/workflows/deadnix.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deadnix:
|
deadnix:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue