Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Added workflow_dispach for debugging
  • Loading branch information
Wolfmyths authored Jun 25, 2023
1 parent b6b75b3 commit 2b2ebe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build into Executables And Release
on:
release:
types: [published]
workflow_dispatch:

jobs:
buildDesktop:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2b2ebe9

Please sign in to comment.