Skip to content

Commit

Permalink
ci: set correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
5ec1cff committed Nov 22, 2024
1 parent 0808dd0 commit 2967778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-lkm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
paths:
- '.github/workflows/build-manager.yml'
- 'manager/**'
- 'kernel/**'
- 'userspace/ksud/**'
pull_request:
branches: [ "main" ]
Expand Down

0 comments on commit 2967778

Please sign in to comment.