diff options
| author | hathach <[email protected]> | 2024-01-24 11:32:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-01-24 11:32:28 +0700 |
| commit | 64f86ef8e744e72e27b529ddb3440420ee4e3cf0 (patch) | |
| tree | 5723ed98abb0ccc76706d43c20d63ca9d6dcce7f /.github/workflows/build_esp.yml | |
| parent | 82218c8d6875947fee29e9b9a0b48b87bb587281 (diff) | |
build workflow with hil-test when test/hil changes
Diffstat (limited to '.github/workflows/build_esp.yml')
| -rw-r--r-- | .github/workflows/build_esp.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml index 33caa0edb..65ade7b03 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -8,6 +8,7 @@ on: - 'examples/**' - 'lib/**' - 'hw/**' + - 'test/hil/**' - '.github/workflows/build_esp.yml' pull_request: branches: [ master ] @@ -16,6 +17,7 @@ on: - 'examples/**' - 'lib/**' - 'hw/**' + - 'test/hil/**' - '.github/workflows/build_esp.yml' concurrency: |
