diff options
| author | 沈玴興 <[email protected]> | 2024-01-26 02:49:52 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-26 02:49:52 +0800 |
| commit | b7134934363b88881e4767a16eecb22cad410d73 (patch) | |
| tree | 5dc25588bf46a485e8d1fd6c6ff19e5151afb544 /.github/workflows/build_iar.yml | |
| parent | 19130440ccd0db8649b2f4e6c7ccb2ee2eaeefac (diff) | |
| parent | bd3c4fbe1e73256be5d8553454c25e78749bc6c6 (diff) | |
Merge branch 'hathach:master' into master
Diffstat (limited to '.github/workflows/build_iar.yml')
| -rw-r--r-- | .github/workflows/build_iar.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_iar.yml b/.github/workflows/build_iar.yml index 9f2cc0351..a0a022ecc 100644 --- a/.github/workflows/build_iar.yml +++ b/.github/workflows/build_iar.yml @@ -9,6 +9,7 @@ on: - 'lib/**' - 'hw/**' - 'tools/get_deps.py' + - 'test/hil/**' - '.github/workflows/build_iar.yml' pull_request: branches: [ master ] @@ -18,6 +19,7 @@ on: - 'lib/**' - 'hw/**' - 'tools/get_deps.py' + - 'test/hil/**' - '.github/workflows/build_iar.yml' concurrency: |
