support running deploy action manually

This commit is contained in:
John Bowdre 2024-03-03 16:21:31 -06:00
parent 1e8979e840
commit 503b821446

View file

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