Skip to content

Commit 4c2b002

Browse files
committed
ci: enable monthly build
1 parent 654e214 commit 4c2b002

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
# Trigger only when Makefile is changed
1010
paths: [Makefile]
1111
workflow_dispatch:
12-
# schedule:
13-
# # Trigger on the 1st day of every month at 12:00 UTC
14-
# - cron: 0 12 1 * *
12+
schedule:
13+
# Trigger on the 1st day of every month at 12:00 UTC
14+
- cron: 0 12 1 * *
1515

1616
jobs:
1717
build:

0 commit comments

Comments
 (0)