mirror of
https://git.madhouse-project.org/actions/nix.git
synced 2025-05-10 05:59: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,9 @@ name: test nix/develop
|
|||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '.forgejo/workflows/nix-develop.yaml'
|
||||
- 'develop/**'
|
||||
|
||||
jobs:
|
||||
nix/develop:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue