Skip to content

Commit e0f5b2f

Browse files
committed
Add a schedule for monthly automatic builds
1 parent 5a66471 commit e0f5b2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build Arch Linux ARM Docker Image
22

33
on:
4+
schedule:
5+
- cron: '0 0 8 * *'
46
workflow_dispatch:
57

68
jobs:

0 commit comments

Comments
 (0)