Only trigger the necessary github actions when a CI file is changed.
@@ -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/**"
+ - ".github/workflows/compilation_on_macos.yml"
@@ -10,7 +10,7 @@ on:
+ - ".github/workflows/compilation_on_nuttx.yml"
@@ -26,7 +26,7 @@ on:
+ - ".github/workflows/compilation_on_sgx.yml"
+ - ".github/workflows/compilation_on_windows.yml"