Make deployments on a schedule
This commit is contained in:
parent
999f47726f
commit
818c4bfaeb
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
name: deploy-rs
|
||||
run-name: ${{ github.actor }} - deploy-rs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: '0 2 * * 1'
|
||||
# “At 02:00 on Monday."
|
||||
|
||||
jobs:
|
||||
deploy-rs:
|
||||
|
|
Loading…
Reference in a new issue