Skip to content

Commit 2ce0e62

Browse files
Run build once a month (#105)
1 parent fb955d7 commit 2ce0e62

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ variables:
2121
trigger:
2222
- main
2323

24+
schedules:
25+
# Cron timezone is UTC.
26+
# Run once a month
27+
- cron: "0 0 1 * *"
28+
branches:
29+
include:
30+
- main
31+
always: true
32+
2433

2534
resources:
2635
repositories:

0 commit comments

Comments
 (0)