support running deploy action manually

This commit is contained in:
John Bowdre 2024-03-03 16:21:31 -06:00
parent 4fc7d8bc35
commit 0051816306

View file

@ -4,6 +4,7 @@ name: Deploy to Production
on:
schedule:
- cron: 0 13 * * *
workflow_dispatch:
push:
branches:
- main