Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion azure-pipelines/pre-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Run on a schedule
# Run on a schedule and weekly
trigger:
branches:
include:
- main
schedules:
- cron: "0 0 * * 0"
displayName: Weekly build
branches:
include:
- main
always: true
pr: none

resources:
Expand Down
Loading