diff options
| author | hathach <[email protected]> | 2022-12-08 11:47:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-12-08 11:47:01 +0700 |
| commit | d0758d0733019debc7a61bf554d14b9a1f16c0cb (patch) | |
| tree | b752de2440d6293f84ba8c5c6e0abfbeec79857c /.github/workflows/test_hardware.yml | |
| parent | 4deec2f4be2bf48e47dae4df969f4f0ecd042d94 (diff) | |
correct ci paths filter
Diffstat (limited to '.github/workflows/test_hardware.yml')
| -rw-r--r-- | .github/workflows/test_hardware.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/test_hardware.yml b/.github/workflows/test_hardware.yml index 622b079da..601a97e99 100644 --- a/.github/workflows/test_hardware.yml +++ b/.github/workflows/test_hardware.yml @@ -3,17 +3,17 @@ name: Hardware Test on: push: paths: - - 'src' - - 'examples' - - 'lib' - - 'hw' + - 'src/**' + - 'examples/**' + - 'lib/**' + - 'hw/**' pull_request: branches: [ master ] paths: - - 'src' - - 'examples' - - 'lib' - - 'hw' + - 'src/**' + - 'examples/**' + - 'lib/**' + - 'hw/**' # Hardware in the loop (HIL) # Current self-hosted instance is running on an EPYC 7232 server hosted by HiFiPhile user |
