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:
parent
e7304e2f0e
commit
5bc9a63ae3
|
|
@ -27,6 +27,7 @@ on:
|
|||
types: [opened, synchronize, reopened]
|
||||
paths: [
|
||||
'.github/workflows/build-self-hosted.yml',
|
||||
'ci/run.sh',
|
||||
'**/CMakeLists.txt',
|
||||
'**/.cmake',
|
||||
'**/*.h',
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ on:
|
|||
paths: [
|
||||
'.github/workflows/build.yml',
|
||||
'.github/workflows/build-cmake-pkg.yml',
|
||||
'ci/run.sh',
|
||||
'**/CMakeLists.txt',
|
||||
'**/.cmake',
|
||||
'**/*.h',
|
||||
|
|
|
|||
Loading…
Reference in New Issue