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
|
name: deploy-rs
|
||||||
run-name: ${{ github.actor }} - deploy-rs
|
run-name: ${{ github.actor }} - deploy-rs
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
branches:
|
- cron: '0 2 * * 1'
|
||||||
- main
|
# “At 02:00 on Monday."
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-rs:
|
deploy-rs:
|
||||||
|
|
Loading…
Reference in a new issue