Skip to content

Commit 7bad5b8

Browse files
authored
ci: add daily rebuild
1 parent 3506dcf commit 7bad5b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- 'renovate/**'
88

99
pull_request:
10+
11+
schedule:
12+
- cron: '0 1 * * *'
1013

1114
concurrency:
1215
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}

0 commit comments

Comments
 (0)