mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
support running deploy action manually
This commit is contained in:
parent
1e8979e840
commit
503b821446
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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 13 * * *
|
- cron: 0 13 * * *
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in a new issue