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"] branches: ["main", "ci", "checkci"]
paths: paths:
- ".github/workflows/build-lkm.yml" - ".github/workflows/build-lkm.yml"
- 'kernel/**'
pull_request: pull_request:
branches: ["main"] branches: ["main"]
paths: paths:
- ".github/workflows/build-lkm.yml" - ".github/workflows/build-lkm.yml"
- 'kernel/**'
workflow_call: workflow_call:
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@@ -6,7 +6,6 @@ on:
paths: paths:
- '.github/workflows/build-manager.yml' - '.github/workflows/build-manager.yml'
- 'manager/**' - 'manager/**'
- 'kernel/**'
- 'userspace/ksud/**' - 'userspace/ksud/**'
pull_request: pull_request:
branches: [ "main" ] branches: [ "main" ]