chore: Add workflow_dispatch to build workflow.

This commit is contained in:
Chris Arriola 2021-07-15 08:38:45 -07:00
parent 454bcb5009
commit 9acf56344e

View File

@ -25,6 +25,7 @@ on:
types: [ build ]
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: