We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4583f commit 9e2e2e0Copy full SHA for 9e2e2e0
2 files changed
.github/workflows/deploy-server.yml
@@ -5,6 +5,8 @@ on:
5
# using the `master` branch as the default branch.
6
push:
7
branches: [main]
8
+ schedule:
9
+ - cron: "0 0 * * 1,4"
10
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
.github/workflows/deploy.yml
@@ -7,6 +7,8 @@ on:
13
14
0 commit comments