[CI] Fix the trigger condition for PR test workflows (#9761)
This commit is contained in:
4
.github/workflows/pr-test-npu.yml
vendored
4
.github/workflows/pr-test-npu.yml
vendored
@@ -5,14 +5,14 @@ on:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- "python/**"
|
||||
- "scripts/**"
|
||||
- "scripts/ci/**"
|
||||
- "test/**"
|
||||
- ".github/workflows/pr-test-npu.yml"
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- "python/**"
|
||||
- "scripts/**"
|
||||
- "scripts/ci/**"
|
||||
- "test/**"
|
||||
- ".github/workflows/pr-test-npu.yml"
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user