Add workflow dispatch to all test workflows

This commit is contained in:
thunderbiscuit 2023-04-24 13:52:42 -04:00
parent f2296704e6
commit a0e0467d39
No known key found for this signature in database
GPG Key ID: 88253696EB836462
4 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
name: Test Android
on:
workflow_dispatch:
push:
paths:
- "bdk-ffi/**"

View File

@ -1,5 +1,6 @@
name: Test Kotlin/JVM
on:
workflow_dispatch:
push:
paths:
- "bdk-ffi/**"

View File

@ -1,5 +1,6 @@
name: Test Python
on:
workflow_dispatch:
push:
paths:
- "bdk-ffi/**"

View File

@ -1,5 +1,6 @@
name: Test Swift
on:
workflow_dispatch:
push:
paths:
- "bdk-ffi/**"