add manual workflow_dispatch for build.yml

This commit is contained in:
Dan Halbert 2023-07-18 08:46:44 -04:00
parent 070ef793f7
commit 06c137dbf1

View file

@ -7,6 +7,7 @@ on:
schedule:
- cron: 0 10 * * *
pull_request:
workflow_dispatch:
jobs:
check-repo-owner: