mirror of
https://git.madhouse-project.org/actions/nix.git
synced 2025-05-12 06:49:54 +02:00
ci: Restrict workflows to paths that matter for them
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
parent
1bac4fd767
commit
b77e4125ee
4 changed files with 13 additions and 0 deletions
|
@ -3,6 +3,10 @@ name: test nix/shell
|
|||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '.forgejo/workflows/nix-shell.yaml'
|
||||
- 'develop/bin/nix-develop'
|
||||
- 'build/**'
|
||||
|
||||
jobs:
|
||||
nix/shell:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue