Skip to content

Commit 79c9f2a

Browse files
committed
Build at least once every month
1 parent 432d24c commit 79c9f2a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: CI
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
7+
schedule:
8+
# build at least once a month
9+
- '0 0 0 * *'
410

511
jobs:
612
appimage-x86_64:

0 commit comments

Comments
 (0)