Skip to content

Commit

Permalink
Add workflow_dispatch build trigger to diagnose build errors (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Sep 18, 2024
1 parent 40c5e6b commit d148feb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

name: Publish Alpha Build
on:
# TODO: Remove dispatch trigger
workflow_dispatch:
push:
branches:
- dev
Expand Down

0 comments on commit d148feb

Please sign in to comment.