ci: set correct paths

This commit is contained in:
5ec1cff
2024-11-22 18:22:18 +08:00
parent ba8d85e356
commit 520455a0df
2 changed files with 2 additions and 1 deletions

View File

@@ -4,10 +4,12 @@ on:
branches: ["main", "ci", "checkci"]
paths:
- ".github/workflows/build-lkm.yml"
- 'kernel/**'
pull_request:
branches: ["main"]
paths:
- ".github/workflows/build-lkm.yml"
- 'kernel/**'
workflow_call:
workflow_dispatch:
jobs: