diff options
| author | Gordon McNab <[email protected]> | 2023-01-30 10:06:55 +0000 |
|---|---|---|
| committer | Gordon McNab <[email protected]> | 2023-01-30 10:06:55 +0000 |
| commit | c07fb9a71e5d3e85c8729bf6a8683a4c8b8096be (patch) | |
| tree | 04904901977410aeb5658f1f526ee76b9b6f501e /.github/workflows/test_hardware.yml | |
| parent | 63e6aea5ac4aed5a7b405a42c888cec66432ee26 (diff) | |
| parent | 6dd40603f92a04d695b78a3ee6c0276525960aef (diff) | |
Merge branch 'port-ft90x' of https://github.com/ftdigdm/tinyusb into port-ft90x
Diffstat (limited to '.github/workflows/test_hardware.yml')
| -rw-r--r-- | .github/workflows/test_hardware.yml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/.github/workflows/test_hardware.yml b/.github/workflows/test_hardware.yml index 3ef1fdc56..601a97e99 100644 --- a/.github/workflows/test_hardware.yml +++ b/.github/workflows/test_hardware.yml @@ -1,10 +1,19 @@ name: Hardware Test + on: - pull_request: push: - release: - types: - - created + paths: + - 'src/**' + - 'examples/**' + - 'lib/**' + - 'hw/**' + pull_request: + branches: [ master ] + paths: + - 'src/**' + - 'examples/**' + - 'lib/**' + - 'hw/**' # Hardware in the loop (HIL) # Current self-hosted instance is running on an EPYC 7232 server hosted by HiFiPhile user |
