1
0
Fork 0
mirror of https://git.madhouse-project.org/actions/nix.git synced 2024-10-17 00:04:41 +02: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:
Gergely Nagy 2023-09-25 10:06:01 +02:00
parent 795ee85b9a
commit b1c9e9bddb

View file

@ -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: