Skip to content

Commit

Permalink
Add workflow_dispatch triggers to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cklutz committed Oct 9, 2024
1 parent 186f5d0 commit fec3fc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
name: Desktop

on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dotnet-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Ubuntu

on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dotnet-windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Windows

on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
Expand Down

0 comments on commit fec3fc2

Please sign in to comment.