Skip to content

Commit 75afc0f

Browse files
committed
Fix actions workflow syntax, mk. 2
1 parent 5ae50e9 commit 75afc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
schedule:
88
# build at least once a month
9-
- cron: '0 0 0 * *'
9+
- cron: '0 0 1 * *'
1010

1111
jobs:
1212
appimage-x86_64:

0 commit comments

Comments
 (0)