Skip to content

Commit 794cd52

Browse files
authored
Add nightly build (#240)
1 parent e5de72b commit 794cd52

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
push:
77
branches:
88
- main
9+
schedule:
10+
- cron: '30 20 * * *' # Warning: Timezone dep - 20:00 is 1:00
911

1012
permissions:
1113
contents: read

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
push:
99
branches:
1010
- main
11+
schedule:
12+
- cron: '30 20 * * *' # Warning: Timezone dep - 20:00 is 1:00
1113

1214
concurrency:
1315
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)