ci: add run.sh to test conditions to trigger GitHub CI and self-hosted runners

Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
Aaron Teo 2026-03-24 13:50:53 +08:00
parent e7304e2f0e
commit 5bc9a63ae3
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ on:
types: [opened, synchronize, reopened]
paths: [
'.github/workflows/build-self-hosted.yml',
'ci/run.sh',
'**/CMakeLists.txt',
'**/.cmake',
'**/*.h',

View File

@ -29,6 +29,7 @@ on:
paths: [
'.github/workflows/build.yml',
'.github/workflows/build-cmake-pkg.yml',
'ci/run.sh',
'**/CMakeLists.txt',
'**/.cmake',
'**/*.h',