Skip to content

Commit 9e2e2e0

Browse files
committed
ci: add schedule on MON,THU
1 parent 1f4583f commit 9e2e2e0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-server.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
# using the `master` branch as the default branch.
66
push:
77
branches: [main]
8+
schedule:
9+
- cron: "0 0 * * 1,4"
810

911
# Allows you to run this workflow manually from the Actions tab
1012
workflow_dispatch:

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
# using the `master` branch as the default branch.
88
push:
99
branches: [main]
10+
schedule:
11+
- cron: "0 0 * * 1,4"
1012

1113
# Allows you to run this workflow manually from the Actions tab
1214
workflow_dispatch:

0 commit comments

Comments
 (0)