Skip to content

Commit

Permalink
ci: enable workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpearson committed Aug 7, 2024
1 parent 092240b commit afa205f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Unit and Integration Test: Linux"
on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests-macos-xamarin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Unit and Integration Test: macOS (Xamarin)"
on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests-macos.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Unit and Integration Test: macOS"
on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests-windows-netframework.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Unit and Integration Test: Windows (NetFramework)"
on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests-windows.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Unit and Integration Test: Windows"
on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down

0 comments on commit afa205f

Please sign in to comment.