CI: More precise trigger paths for github actions (#2157)
Only trigger the necessary github actions when a CI file is changed.
This commit is contained in:
@ -10,7 +10,8 @@ on:
|
||||
- opened
|
||||
- synchronize
|
||||
paths:
|
||||
- ".github/**"
|
||||
- ".github/workflows/build_llvm_libraries.yml"
|
||||
- ".github/workflows/compilation_on_android_ubuntu.yml"
|
||||
- "build-scripts/**"
|
||||
- "core/**"
|
||||
- "!core/deps/**"
|
||||
@ -26,7 +27,8 @@ on:
|
||||
- main
|
||||
- "dev/**"
|
||||
paths:
|
||||
- ".github/**"
|
||||
- ".github/workflows/build_llvm_libraries.yml"
|
||||
- ".github/workflows/compilation_on_android_ubuntu.yml"
|
||||
- "build-scripts/**"
|
||||
- "core/**"
|
||||
- "!core/deps/**"
|
||||
|
||||
Reference in New Issue
Block a user