Merge pull request 'ci: only run on nix-related changes' (#8) from ci/nix-path-filter into main
CI / flake (push) Successful in 1m56s
CI / flake (push) Successful in 1m56s
Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
@@ -4,7 +4,15 @@ name: CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- "**.nix"
|
||||||
|
- "flake.lock"
|
||||||
|
- ".gitea/workflows/ci.yaml"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "**.nix"
|
||||||
|
- "flake.lock"
|
||||||
|
- ".gitea/workflows/ci.yaml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flake:
|
flake:
|
||||||
|
|||||||
Reference in New Issue
Block a user