Add on: workflow_dispatch to allow manual runs

This commit is contained in:
Darin Kelkhoff
2021-10-27 21:54:51 -05:00
parent 3f6ed0285b
commit 5f8b10400b

View File

@ -9,6 +9,10 @@ on:
pull_request:
branches: [ main ]
on:
workflow_dispatch:
branches: [ main ]
jobs:
build: