Skip to content

Commit

Permalink
Add workflow dispatch to all test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Apr 24, 2023
1 parent f229670 commit a0e0467
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-android.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Test Android
on:
workflow_dispatch:
push:
paths:
- "bdk-ffi/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-jvm.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Test Kotlin/JVM
on:
workflow_dispatch:
push:
paths:
- "bdk-ffi/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-python.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Test Python
on:
workflow_dispatch:
push:
paths:
- "bdk-ffi/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-swift.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Test Swift
on:
workflow_dispatch:
push:
paths:
- "bdk-ffi/**"
Expand Down

0 comments on commit a0e0467

Please sign in to comment.