Skip to content

Commit

Permalink
Allow GitHub Actions workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Jan 30, 2024
1 parent 9466518 commit 0cdb589
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: MSBuild

on: [push]
on:
push:
workflow_dispatch:

env:
# Path to the solution file relative to the root of the project.
Expand Down

0 comments on commit 0cdb589

Please sign in to comment.