Skip to content

Commit df4e791

Browse files
committed
.github/workflows/build: build monthly on the first of the month
1 parent 46f5dc6 commit df4e791

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name: 'Build containers'
33

44
on:
5+
schedule:
6+
- cron: "0 0 1 * *"
57
workflow_dispatch:
68
pull_request:
79
branches:

0 commit comments

Comments
 (0)