mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2025-02-16 23:54:38 +00:00
support running deploy action manually
This commit is contained in:
parent
4fc7d8bc35
commit
0051816306
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-to-prod.yml
vendored
1
.github/workflows/deploy-to-prod.yml
vendored
|
@ -4,6 +4,7 @@ name: Deploy to Production
|
|||
on:
|
||||
schedule:
|
||||
- cron: 0 13 * * *
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Reference in a new issue