Skip to content

Commit

Permalink
Add workflow_dispatch to enable UI triggered runner execution
Browse files Browse the repository at this point in the history
  • Loading branch information
jheinzel authored Nov 21, 2024
1 parent 7301b75 commit f1b5e99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches: [main]
tags: ["v*"]
workflow_dispatch:

env:
DOTNET_VERSION: "8.0.x"
Expand Down Expand Up @@ -99,4 +100,4 @@ jobs:
fail_on_unmatched_files: true
files: |
${{ runner.temp }}/dist/tutorbot-windows-amd64.exe
${{ runner.temp }}/dist/tutorbot-linux-amd64
${{ runner.temp }}/dist/tutorbot-linux-amd64

0 comments on commit f1b5e99

Please sign in to comment.