diff options
| author | hathach <[email protected]> | 2023-05-25 16:53:32 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-25 16:53:32 +0700 |
| commit | 26d05d7fc922f3715799f6049556232d5ed5c8e3 (patch) | |
| tree | 1fd3593e63ad38c65e0a95b072c64ac82d81deb5 /.github/workflows/build_msp430.yml | |
| parent | 625c27ca58dc2782da77c210c5d5878ce4b1fc12 (diff) | |
fix issue with ftdi host driver with status bytes
add workflow_dispatch to all ci workflow
Diffstat (limited to '.github/workflows/build_msp430.yml')
| -rw-r--r-- | .github/workflows/build_msp430.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_msp430.yml b/.github/workflows/build_msp430.yml index 7cb60dceb..5424a88d6 100644 --- a/.github/workflows/build_msp430.yml +++ b/.github/workflows/build_msp430.yml @@ -1,6 +1,7 @@ name: Build MSP430 on: + workflow_dispatch: push: paths: - 'src/**' |
