Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit c37d9f9

Browse files
committed
!deploy with correct default branch
Correcting the pipeline schedule so that `main` is built on Thurdays instead of `master`
1 parent 0392bab commit c37d9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ trigger:
1414
- refs/heads/*
1515

1616
schedules:
17-
- cron: "0 12 * * 4"
17+
- cron: "0 16 * * 4"
1818
displayName: Weekly build on Thursday
1919
always: true
2020
branches:

0 commit comments

Comments
 (0)