fix issue with ftdi host driver with status bytes

add workflow_dispatch to all ci workflow
This commit is contained in:
hathach
2023-05-25 16:53:32 +07:00
parent 625c27ca58
commit 26d05d7fc9
11 changed files with 37 additions and 25 deletions

View File

@@ -1,6 +1,7 @@
name: Build AArch64
on:
workflow_dispatch:
push:
paths:
- 'src/**'

View File

@@ -1,6 +1,7 @@
name: Build ARM
on:
workflow_dispatch:
push:
paths:
- 'src/**'

View File

@@ -1,6 +1,7 @@
name: Build ESP
on:
workflow_dispatch:
push:
paths:
- 'src/**'

View File

@@ -1,6 +1,7 @@
name: Build IAR
on:
workflow_dispatch:
push:
paths:
- 'src/**'

View File

@@ -1,6 +1,7 @@
name: Build MSP430
on:
workflow_dispatch:
push:
paths:
- 'src/**'

View File

@@ -1,6 +1,7 @@
name: Build Renesas
on:
workflow_dispatch:
push:
paths:
- 'src/**'

View File

@@ -1,6 +1,7 @@
name: Build RISC-V
on:
workflow_dispatch:
push:
paths:
- 'src/**'

View File

@@ -1,6 +1,7 @@
name: Build Windows/MacOS
on:
workflow_dispatch:
push:
paths:
- 'src/**'

View File

@@ -1,5 +1,6 @@
name: CIFuzz
on:
workflow_dispatch:
pull_request:
branches:
- master