mirror of
https://git.madhouse-project.org/actions/nix.git
synced 2024-11-23 20:19:16 +01:00
ci: Fix the nix-shell workflow
It was looking at the `build` paths, rather than the `shell` paths. Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
parent
795ee85b9a
commit
b1c9e9bddb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- '.forgejo/workflows/nix-shell.yaml'
|
- '.forgejo/workflows/nix-shell.yaml'
|
||||||
- 'develop/bin/nix-develop'
|
- 'develop/bin/nix-develop'
|
||||||
- 'build/**'
|
- 'shell/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
nix/shell:
|
nix/shell:
|
||||||
|
|
Loading…
Reference in a new issue