Skip to content

Commit

Permalink
Added workflow_dispatch event to github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Sigley committed Aug 4, 2023
1 parent 70bdc0a commit 6f348bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches: [ main ]
release:
types: [ published ]
workflow_dispatch:
branches: [ main ]


jobs:
build:
Expand Down

0 comments on commit 6f348bc

Please sign in to comment.