summaryrefslogtreecommitdiff
path: root/.github/workflows/cmake_arm.yml
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-01-24 11:32:28 +0700
committerhathach <[email protected]>2024-01-24 11:32:28 +0700
commit64f86ef8e744e72e27b529ddb3440420ee4e3cf0 (patch)
tree5723ed98abb0ccc76706d43c20d63ca9d6dcce7f /.github/workflows/cmake_arm.yml
parent82218c8d6875947fee29e9b9a0b48b87bb587281 (diff)
build workflow with hil-test when test/hil changes
Diffstat (limited to '.github/workflows/cmake_arm.yml')
-rw-r--r--.github/workflows/cmake_arm.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml
index 8b87fef21..4ef2de4a6 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -8,6 +8,7 @@ on:
- 'examples/**'
- 'lib/**'
- 'hw/**'
+ - 'test/hil/**'
- 'tools/get_deps.py'
- '.github/workflows/cmake_arm.yml'
pull_request:
@@ -17,6 +18,7 @@ on:
- 'examples/**'
- 'lib/**'
- 'hw/**'
+ - 'test/hil/**'
- 'tools/get_deps.py'
- '.github/workflows/cmake_arm.yml'