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